Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I have a string value like '0003' and this mask:
//0//x[0-9ABCEFabcdef][0-9ABCEFabcdef][0-9ABCEFabcdef][0-9ABCEFabcdef]
in my MaskedTextBoxComponent. But the result in the UI like attached screenshot (masked.png). The first 0 isnt recognized and I have one missing input at the end.
If I change the mask '//0...' (number 0) to '//O...' (char O) then everything is working fine.
hint: because the feedback form isnt allowing some special characters, I have replaced backslash with slashes