Skip to content

Commit

Permalink
Update section on number inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker authored and Brandon Dail committed Jan 2, 2017
1 parent 3a3f092 commit 97962bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fixtures/text-inputs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97962bf

Please sign in to comment.