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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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