Skip to content

Commit

Permalink
Merge pull request mui#1805 from mbrookes/patch-1
Browse files Browse the repository at this point in the history
Add floatingLabelText to DatePicker documenation
  • Loading branch information
shaurya947 committed Oct 6, 2015
2 parents 28a4eb0 + 09e2ead commit 2e4077e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/app/components/pages/components/date-picker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ class DatePickerPage extends React.Component {
header: 'optional',
desc: 'If true, year selection will be disabled, otherwise, year selection will be enabled.'
},
{
name: 'floatingLabelText',
type: 'string',
header: 'optional',
desc: 'The text string to use for the floating label element.'
},
{
name: 'formatDate',
type: 'function',
Expand Down

0 comments on commit 2e4077e

Please sign in to comment.