From 187bcafe650129411d328da8cddc635f8092fd04 Mon Sep 17 00:00:00 2001 From: Nathan Hunzaker Date: Thu, 22 Dec 2016 08:27:02 -0500 Subject: [PATCH] Update section on number inputs --- fixtures/text-inputs/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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