From c716a24ab033210f2ca4469fdc4851f7afda8865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Junges?= Date: Thu, 28 Jan 2016 22:50:57 -0200 Subject: [PATCH] enhancments --- .../components/pages/components/DatePicker/ExampleInline.jsx | 1 - .../components/pages/components/DatePicker/ExampleSimple.jsx | 2 +- docs/src/app/components/pages/components/DatePicker/Page.jsx | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ' +