From 09e2eadb0d8fcaf180a3a9c50053918d6b5e16cd Mon Sep 17 00:00:00 2001 From: Matt Brookes Date: Mon, 5 Oct 2015 23:01:19 +0100 Subject: [PATCH] Ad floatingLabelText to DatePicker documenation --- docs/src/app/components/pages/components/date-picker.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/app/components/pages/components/date-picker.jsx b/docs/src/app/components/pages/components/date-picker.jsx index 479ea9cb382810..5c3a185cd0e03f 100644 --- a/docs/src/app/components/pages/components/date-picker.jsx +++ b/docs/src/app/components/pages/components/date-picker.jsx @@ -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',