Update section on number inputs

This commit is contained in:
Nathan Hunzaker
2017-01-06 17:10:30 -05:00
parent 92fe3673ed
commit 187bcafe65
+5 -2
View File
@@ -58,5 +58,8 @@ every time a controlled input's value changes, controlled inputs will never
## Number inputs
Chrome (55) and Safari (10) change the display value of number inputs any time
the value property or attribute are changed.
Chrome (55) and Safari (10) attempt to "correct" the value of number inputs any
time the value property or attribute are changed. This leads to some edge documented
here:
https://github.com/facebook/react/pull/7359#issuecomment-256499693