Hello support team,
I have a TextItem that should only allow letters. So I used the following mask:
mask: "LLLLLLLLLLLLLLLLLLLLLLLL"
While testing, I recognized, typing an underscore leads to a blank in the text field.
e.g. aaaa_aaa leads to aaaa aaa
even though only letters should be allowed.
You can test this in your "Hands on" page at
https://www.smartclient.com/smartcli...maskedTextItem
Please have a look.
Thank you,
Daniel
I have a TextItem that should only allow letters. So I used the following mask:
mask: "LLLLLLLLLLLLLLLLLLLLLLLL"
While testing, I recognized, typing an underscore leads to a blank in the text field.
e.g. aaaa_aaa leads to aaaa aaa
even though only letters should be allowed.
You can test this in your "Hands on" page at
https://www.smartclient.com/smartcli...maskedTextItem
Please have a look.
Thank you,
Daniel
Comment