Javi Velasco 2017-01-20 19:37:38 +01:00
parent b7c50ea748
commit cee3fb25ad
1 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,9 @@ If you want to provide a theme via context, the component key is `RTDatePicker`.
| `autoOk` | `Boolean` | `false` | Automatically selects a date upon clicking on a day. |
| `cancelLabel` | `String` | `'Cancel'` | Label used for cancel button on date picker dialog. |
| `className` | `String` | | This class will be placed at the top of the `DatePickerDialog` component so you can provide custom styles.|
| `disabledDates` | `Array` | | An array of date objects which will be disabled in the calendar. All other dates will be enabled.|
| `enabledDates` | `Array` | | An array of date objects which will be enabled in the calendar. All other dates will be disabled.|
| `disabledDates` | `Array` | | An array of date objects which will be disabled in the calendar. All other dates will be enabled.|
| `enabledDates` | `Array` | | An array of date objects which will be enabled in the calendar. All other dates will be disabled.|
| `error` | `String` | | Give an error message to display under the field.|
| `inputClassName`| `String` | | This class will be applied to `Input` component of `DatePicker`. |
| `inputFormat` | `Function` | | Function to format the date displayed on the input. |
| `label` | `String` | | The text string to use for the floating label element in the input component.|