diff --git a/docs/src/app/components/pages/components/DatePicker/ExampleInline.jsx b/docs/src/app/components/pages/components/DatePicker/ExampleInline.jsx index ef4cb98f290f94..35872169e56600 100644 --- a/docs/src/app/components/pages/components/DatePicker/ExampleInline.jsx +++ b/docs/src/app/components/pages/components/DatePicker/ExampleInline.jsx @@ -5,7 +5,6 @@ const DatePickerExampleInline = () => (
-
); diff --git a/docs/src/app/components/pages/components/DatePicker/ExampleSimple.jsx b/docs/src/app/components/pages/components/DatePicker/ExampleSimple.jsx index c4cb0bc4082934..11750e34b036cb 100644 --- a/docs/src/app/components/pages/components/DatePicker/ExampleSimple.jsx +++ b/docs/src/app/components/pages/components/DatePicker/ExampleSimple.jsx @@ -5,7 +5,7 @@ const DatePickerExampleSimple = () => (
- +
); diff --git a/docs/src/app/components/pages/components/DatePicker/Page.jsx b/docs/src/app/components/pages/components/DatePicker/Page.jsx index c6facbbf2fdd25..a4728d903acf23 100644 --- a/docs/src/app/components/pages/components/DatePicker/Page.jsx +++ b/docs/src/app/components/pages/components/DatePicker/Page.jsx @@ -17,7 +17,8 @@ import datePickerExampleInternationalCode from '!raw!./ExampleInternational'; import datePickerReadmeText from './README'; const descriptions = { - simple: 'The Date Picker defaults to a portrait dialog. The `mode` property can be set to `landscape`.', + simple: 'The Date Picker defaults to a portrait dialog. The `mode` property can be set to `landscape`. You can ' + + 'also disable the Dialog passing `true` to the property `disabled`.', inline: 'Inline Date Pickers are displayed below the input, rather than as a modal dialog. ', ranged: 'This example allows you to set a date range, and to toggle `autoOk`, and `disableYearSelection`.', controlled: '`DatePicker` can be implemented as a controlled input, where `value` is handled by state in the ' +