Recommended approach - exe will perform automatic configuration.
Please find the patch setup from below location:
Please find the patch assemblies alone from below location:
Assemblies Link : http://syncfusion.com/Installs/support/patch/17.1.0.38/2599/F145485/SyncfusionPatch_17.1.0.38_2599_7052019040812685_F145485.zip
|
Recommended approach - exe will perform automatic configuration.
Please find the patch setup from below location:
Please find the patch assemblies alone from below location:
Assemblies Link: http://syncfusion.com/Installs/support/patch/17.1.0.38/962358/F145485/SyncfusionPatch_17.1.0.38_962358_7082019072734266_F145485.zip
|
Query 1:
1. There's a weird interaction when editing over the default value:
1.a. I can't type in between the letters
1.b. I can only type in front of the initial value
1.c. If I type a value in front and type in between the letters, the letter I typed will appear before the default value
|
We are able to reproduce the reported issue and the reported cases is different from previous reported case which we provided fix. We will fix the new reported cases and provide the fix for the same on 17/07/2019. |
Query 2:
2. Now let's say I've successfully removed the entire value on the masked edit using the process above, now the same problem persists wherein if I:
2.a. Type a new value
2.b. Press the reset button
2.c. Type on top of the default text
The result is that it would do the append bug again.
|
We have confirmed the patch which we provided in previous update fix the reported issue “old value appending issue”. Please find the video for the same.
Please ensure from your side whether the provided patch is properly installed in your machine. |
<syncfusion:SfMaskedEdit MaskType="RegEx" Mask="[0-9a-zA-Z]{0,20}" Width="255" Height="46"
Value="{Binding NewCustomer.FirstName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|