diff --git a/fixtures/dom/src/components/fixtures/text-inputs/index.js b/fixtures/dom/src/components/fixtures/text-inputs/index.js index 8bf2b36de1..af71edcbb5 100644 --- a/fixtures/dom/src/components/fixtures/text-inputs/index.js +++ b/fixtures/dom/src/components/fixtures/text-inputs/index.js @@ -42,6 +42,46 @@ class TextInputFixtures extends React.Component {
++ Checking the date type is also important because of a prior fix for + iOS Safari that involved assigning over value/defaultValue + properties of the input to prevent a display bug. This also + triggered input validation. +
+