Skip to content

Commit

Permalink
Merge pull request mui#2070 from mbrookes/patch-1
Browse files Browse the repository at this point in the history
[Doc] Add missing Textfield docs
  • Loading branch information
oliviertassinari committed Nov 6, 2015
2 parents 47bf496 + 9fc0926 commit 4ab4d19
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/app/components/pages/components/text-fields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ let TextFieldsPage = React.createClass({
{
name: 'Props',
infoArray: [
{
name: 'defaultValue',
type: 'string',
header: 'optional',
desc: 'The text string to use for the default value.',
},
{
name: 'errorStyle',
type: 'object',
Expand All @@ -68,6 +74,12 @@ let TextFieldsPage = React.createClass({
header: 'optional',
desc: 'The error text string to display.',
},
{
name: 'floatingLabelStyle',
type: 'object',
header: 'optional',
desc: 'The style object to use to override floating label styles.',
},
{
name: 'floatingLabelText',
type: 'string',
Expand Down

0 comments on commit 4ab4d19

Please sign in to comment.