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
<MaskedTextInput/>
rawText=test test
rawText=testtest
Version: "react-native-mask-text": "^0.14.2",
https://codesandbox.io/p/sandbox/clever-https-mfsvhv?file=%2Fsrc%2FApp.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
<MaskedTextInput/>
without setting mask property (it's allowed, so it was supposed to behave like a regular TextInput).Expected behaviour
rawText=test test
Actual behaviour
rawText=testtest
Environment
react-native-mask-text
Version: "react-native-mask-text": "^0.14.2",
https://codesandbox.io/p/sandbox/clever-https-mfsvhv?file=%2Fsrc%2FApp.js
The text was updated successfully, but these errors were encountered: