Skip to content
New issue

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

Typing numbers with custom format gives incorrect results #96

Open
nelyuska opened this issue Sep 13, 2018 · 0 comments
Open

Typing numbers with custom format gives incorrect results #96

nelyuska opened this issue Sep 13, 2018 · 0 comments

Comments

@nelyuska
Copy link

nelyuska commented Sep 13, 2018

On this component, when typing 123456789, you get numbers out of order.
$ 123,568,974
Looks like the cursor is not moving accordingly after applying a custom format.

On this other component, when typing 123456789, you get exactly that, with the specified format.
$ 123,456,789
http://react-component.github.io/input-number/examples/formatter.html

@nelyuska nelyuska changed the title Typing numbers when custom format gives incorrect results Typing numbers with custom format gives incorrect results Sep 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant