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 {

+ + +
  • View this test in Firefox
  • +
    + + + You should{' '} + + not + {' '} + see a red aura, indicating the input is invalid. +
    + This aura looks roughly like: + +
    + + +
    +
    + Text + +
    +
    + Date + +
    +
    +
    + +

    + 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. +

    +
    +
  • Type "user@example.com"