We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Can't remove white spaces separator from the middle of the masked phone number.
React Native: 0.64.1, react-native-masked-text: 1.13.0 OS: iOS Same issue: #35 , #198
<TextInputMask type={'custom'} options={{ mask: '+999 999 999 999 99' }} />
After i putt phone number i can delete it if cursor on a number but if i put it on empty space separator nothing happening!
Any ideas?
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
Same happens with any other non-digit symbol which you try to remove between other digits. E.g. ()- symbols.
No branches or pull requests
Hello. Can't remove white spaces separator from the middle of the masked phone number.
React Native: 0.64.1,
react-native-masked-text: 1.13.0
OS: iOS
Same issue: #35 , #198
<TextInputMask type={'custom'} options={{ mask: '+999 999 999 999 99' }} />
After i putt phone number i can delete it if cursor on a number but if i put it on empty space separator nothing happening!
Any ideas?
The text was updated successfully, but these errors were encountered: