You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you enter the . character, it will leave the cursor before the dot and not after. So you'll be inputing whole numbers still, unless you use the mouse or arrow keys to navigate after the separator.
Removing the suffix prop fixes this issue.
Describe the expected behaviour
Inputing the decimal separate should leave the cursor after the separator.
Describe the issue and the actual behavior
Example usage:
If you enter the
.
character, it will leave the cursor before the dot and not after. So you'll be inputing whole numbers still, unless you use the mouse or arrow keys to navigate after the separator.Removing the
suffix
prop fixes this issue.Describe the expected behaviour
Inputing the decimal separate should leave the cursor after the separator.
Provide a CodeSandbox link illustrating the issue
https://codesandbox.io/s/hardcore-rgb-cmgb6f?file=/src/App.js
Provide steps to reproduce this issue
See codesandbox.
Please check the browsers where the issue is seen
The text was updated successfully, but these errors were encountered: