mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update section on number inputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user