-
Notifications
You must be signed in to change notification settings - Fork 414
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
[:input {:type "number"}] is broken in 0.6.0 #289
Comments
Cljsfiddle - which is running on 0.6.0-alpha - does not exhibit this problem. |
Appears to be a react bug: facebook/react#8717 |
0.6.1 has input related changes, did you try with that? |
Still exhibits the same problem. Seems it was a react problem and was fixed in 15.4.2 . |
You can test the fix by upgrading you React dependencies:
|
Yep, confirmed upgrading react dependency fixes it. |
I updated the version. I'm not yet sure if I want to create minor release with this fix or wait for other fixes. |
Reagent 0.6.2 has been released with upgraded React dependency. |
Using a reagent/atom with an
[:input {:type "number"}]
has odd behavior in 0.6.0.Seems to be working in 0.6.0-alpha.
Minimal example:
Trying to type a decimal point will reset the cursor to the start of the input, then pressing decimal again clears/resets the input.
The text was updated successfully, but these errors were encountered: