Skip to content

Commit

Permalink
[Docs][TextField] Added inputStyle property in info section
Browse files Browse the repository at this point in the history
[Docs][TextField] Added inputStyle property in info section

[Docs][TextField] Added inputStyle property in info section
  • Loading branch information
xmityaz committed Oct 23, 2015
1 parent 8e05be5 commit 1e3e40a
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 1e3e40a

Please sign in to comment.