File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/documentation/docs/controls
src/controls/dateTimePicker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ The `DateTimePicker` control can be configured with the following properties:
62
62
| isMonthPickerVisible | boolean | no | Controls whether the month picker is shown beside the day picker or hidden. |
63
63
| showMonthPickerAsOverlay | boolean | no | Show month picker on top of date picker when visible. |
64
64
| showWeekNumbers | boolean | no | Controls whether the calendar should show the week number (weeks 1 to 53) before each week row |
65
- | allowTextInput | boolean | no | Whether the user is allowed to enter a date instead of picking one from the date picker. |
65
+ | allowTextInput | boolean | no | Whether the user is allowed to enter a date as text instead of picking one from the date picker. |
66
66
| strings | IDatePickerStrings | no | Localized strings to use in the DateTimePicker |
67
67
| value | Date | no | Default value of the DatePicker, if any |
68
68
| onChange | function | no | Callback issued when date or time is changed |
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export interface IDateTimePickerProps {
60
60
*/
61
61
deferredValidationTime ?: number ;
62
62
/**
63
- * Whether the user is allowed to enter a date instead of picking one from the date picker.
63
+ * Whether the user is allowed to enter a date as text instead of picking one from the date picker.
64
64
* @defaultvalue false
65
65
*/
66
66
allowTextInput ?: boolean ;
You can’t perform that action at this time.
0 commit comments