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
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
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
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.
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.
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.
Thank you for your support
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
- 7 Replies
- 4 Participants
-
HA Harshad
- Jul 4, 2024 08:57 PM UTC
- Dec 4, 2024 04:33 AM UTC