diff --git a/docs/src/app/components/pages/components/TextField/ExampleSimple.jsx b/docs/src/app/components/pages/components/TextField/ExampleSimple.jsx index e7fdad43767b51..60f7e06d077618 100644 --- a/docs/src/app/components/pages/components/TextField/ExampleSimple.jsx +++ b/docs/src/app/components/pages/components/TextField/ExampleSimple.jsx @@ -18,6 +18,11 @@ const TextFieldExampleSimple = () => ( hintText="Hint Text" floatingLabelText="Floating Label Text" />
+
{floatingLabelText} @@ -501,7 +507,8 @@ const TextField = React.createClass({ {hintText ? :