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
When typing . and using decimalSeparator, if the input doesnt have a value (is empty) the caret wont move.
decimalSeparator
Caret moves after the separator
https://codesandbox.io/s/decimalseparator-demo-forked-mk62tn?file=/src/App.js
The text was updated successfully, but these errors were encountered:
e502b2c
- Fix #774
a722f67
- Fix custom numeral example - Added support to inform rnf to treat two character as same.
No branches or pull requests
Describe the issue and the actual behavior
When typing . and using
decimalSeparator
, if the input doesnt have a value (is empty) the caret wont move.Describe the expected behavior
Caret moves after the separator
Provide a CodeSandbox link illustrating the issue
https://codesandbox.io/s/decimalseparator-demo-forked-mk62tn?file=/src/App.js
The text was updated successfully, but these errors were encountered: