Skip to content

Commit 0904107

Browse files
committed
Missing Textfield docs.
1 parent 47bf496 commit 0904107

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/src/app/components/pages/components/text-fields.jsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ let TextFieldsPage = React.createClass({
5656
{
5757
name: 'Props',
5858
infoArray: [
59+
{
60+
name: 'defaultText',
61+
type: 'string',
62+
header: 'optional',
63+
desc: 'The text string to use for the default value.',
64+
},
5965
{
6066
name: 'errorStyle',
6167
type: 'object',
@@ -68,6 +74,12 @@ let TextFieldsPage = React.createClass({
6874
header: 'optional',
6975
desc: 'The error text string to display.',
7076
},
77+
{
78+
name: 'floatingLabelStyle',
79+
type: 'object',
80+
header: 'optional',
81+
desc: 'The style object to use to override floating label styles.',
82+
},
7183
{
7284
name: 'floatingLabelText',
7385
type: 'string',

0 commit comments

Comments
 (0)