Hi,
If the mask in only can input numbers and PromptChar is null. When try to using Microsoft Chinese input methods to type "123" in control editor, the control will showing inverse text in editor.
I'm using IG 15.1 to found this. I must say our company testers are genius. :)
Xaml codes:
Input method:
See the checked input methods as below.
Hello Brandon and thank you for posting!
I have put together a sample application trying to reproduce the behavior you have shared and it seems that I am missing something in the scenario. Would you please have a look at the attached sample project and modify it to illustrate the issue? I have tested this with version 15.1.20151.2188 and with the Chinese language settings that you have provided.
Hi Maria,
It's my mistake. I forgot upload the xaml codes. You need add a mask which is "nnnn" to reproduce this issue.
<igDP:XamMaskedInput Mask="nnnnn" PromptChar="" Text="{Binding Text,UpdateSourceTrigger=PropertyChanged}"/>