sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 258 forks source link

cyrillic symbols not work in *** mask #185

Closed dhffdh closed 5 years ago

dhffdh commented 5 years ago

sorry, i find solution.

formatChars={{
"9": "[0-9]",
"a": "[A-Za-z]",
"*": "[A-Za-zА-Яа-я0-9]"
}}