SfMaskedEdit repeats the first char typed for every char typed subsequently.

Hi,

I added SfMaskedEdit control to my page with a mask as "####-###-###" and it works as expected on Android Emulator.  However, on a (debug USB connected device or disconnected ) device, when I type 1029384756, it displays 1111-111-111.  If I press the delete/backspace button once, say after typing 123 (which would display 111) and then type 59203874 (which makes it 1059203874), it displays 1155-555-555.  The attached app does not have any binding but in my real app, the twoway binding shows value as "1155-555-555".

Please see attached test application.


Thanks

Harshad



Attachment: SfMaskedEditTest_6ecec764.zip

7 Replies

HA Harshad July 6, 2024 05:41 AM UTC

I have an update on this.  If I add PromptChar attribute, the mask works as expected.  


This works:

 <sfi:SfMaskedEntry MaskType="Simple" FontSize="Small"

         Mask="###" Value="{Binding HrReading.HighValue, Mode=TwoWay}" PromptChar=" " />


This behaves as I mentioned in my original post.

 <sfi:SfMaskedEntry MaskType="Simple" FontSize="Small"

         Mask="###" Value="{Binding HrReading.HighValue, Mode=TwoWay}"  />


Thanks

Harshad



HC Hariharan Chokkalingam Syncfusion Team July 8, 2024 02:32 PM UTC

Hi Team,


Currently, we are investigating the reported query at our end and will share the details on or before July 10, 2024. We appreciate your understanding and patience until that time.

 

Regards,

Hariharan C



AA Aarthi Arjunan Syncfusion Team July 10, 2024 02:27 PM UTC

Hi Harshad,

 

Currently we are exploring the possibilities to fix this issue in source level and will share the details on or before July 12, 2024. We appreciate your understanding and patience until that time.

 

Regards,

Aarthi A.



AA Aarthi Arjunan Syncfusion Team July 12, 2024 03:27 PM UTC

Hi Harshad,

Thank you for your patience.

While exploring the possibilities, we encountered an issue where default framework events return incorrect values on Samsung devices. We are currently investigating this issue with the framework end. We will share the details once confirm with the framework level.


Regards,
Aarthi A.



AA Aarthi Arjunan Syncfusion Team December 3, 2024 09:51 AM UTC

Hi Harshad,

 

Thank you for your patience. Upon investigation, we found that the reported issue, "SfMaskedEdit repeats the first char typed for every char typed subsequently" occurs only when the Predictive Text option is enabled in the keyboard settings. We recommend disabling the Predictive Text option in the keyboard settings to resolve this issue.

 

Please don’t hesitate to contact us if you have any concerns or queries.

 

Regards,

Aarthi A.



HA Harshad December 3, 2024 05:37 PM UTC

Thank you for your support 




PR Preethi Rajakandham Syncfusion Team December 4, 2024 04:33 AM UTC

Hi Harshad,

You're welcome. Please let us know if you require any further assistance on this. We will be happy to assist you.

Regards,

Preethi R



Loader.
Up arrow icon