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

Select all value chars doesn't work while focused in currency input #149

Closed
khmelevskii opened this issue Jan 24, 2018 · 2 comments
Closed

Comments

@khmelevskii
Copy link

Select all value chars doesn't work while focused in currency input (with the help of Tab)

https://codepen.io/s-yadav/pen/bpKNMa

@mmacaula
Copy link

@khmelevskii not sure if you're still interested in this but I had the same problem. We're using a custom input and so I was able to work around the issue by not passing react-number-format's onBlur to the child input. What you give up is any attempt by the library at caret preservation for focus events I believe.

@s-yadav
Copy link
Owner

s-yadav commented Sep 18, 2018

Fixed in v3.6.0

@s-yadav s-yadav closed this as completed Sep 18, 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

3 participants