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 highlighting a field with no mask prop set, like with shift+A (select all) extra whitespace appears to be highlighted.
Field should not have extra whitespace appended to the end of the field if no mask prop is specified.
https://codesandbox.io/p/sandbox/mask-demo-o06dsx?file=%2Fsrc%2FApp.js%3A19%2C11&from-embed= remove mask prop from documentation's example for the issue to occur
mask
Perhaps there's some other prop that can prevent this...not sure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue and the actual behavior
When highlighting a field with no mask prop set, like with shift+A (select all) extra whitespace appears to be highlighted.
Describe the expected behavior
Field should not have extra whitespace appended to the end of the field if no mask prop is specified.
Provide a CodeSandbox link illustrating the issue
https://codesandbox.io/p/sandbox/mask-demo-o06dsx?file=%2Fsrc%2FApp.js%3A19%2C11&from-embed=
remove
mask
prop from documentation's example for the issue to occurPerhaps there's some other prop that can prevent this...not sure.
The text was updated successfully, but these errors were encountered: