diff --git a/docs/src/app/components/pages/components/text-fields.jsx b/docs/src/app/components/pages/components/text-fields.jsx
index 825e3baefb0158..a93f965ca40ca7 100644
--- a/docs/src/app/components/pages/components/text-fields.jsx
+++ b/docs/src/app/components/pages/components/text-fields.jsx
@@ -79,6 +79,12 @@ let TextFieldsPage = React.createClass({
header: 'optional',
desc: 'If true, the field receives the property width 100%.'
},
+ {
+ name: 'hintStyle',
+ type: 'object',
+ header: 'optional',
+ desc: 'Override the inline-styles of the TextField\'s hint text element.'
+ },
{
name: 'hintText',
type: 'string',
@@ -210,6 +216,10 @@ let TextFieldsPage = React.createClass({
+