diff --git a/fixtures/text-inputs/README.md b/fixtures/text-inputs/README.md index c79359d36e..110a2fd111 100644 --- a/fixtures/text-inputs/README.md +++ b/fixtures/text-inputs/README.md @@ -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