Skip to content

Commit

Permalink
Merge pull request mui#1980 from xmityaz/master
Browse files Browse the repository at this point in the history
[Docs][TextField] Added inputStyle property in info section
  • Loading branch information
oliviertassinari committed Oct 23, 2015
2 parents 8e05be5 + 1e3e40a commit 94737a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/app/components/pages/components/text-fields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ let TextFieldsPage = React.createClass({
header: 'optional',
desc: 'The hint text string to display.',
},
{
name: 'inputStyle',
type: 'object',
header: 'optional',
desc: 'Override the inline-styles of the TextField\'s input element.',
},
{
name: 'multiLine',
type: 'bool',
Expand Down

0 comments on commit 94737a7

Please sign in to comment.