Skip to content

Commit 0524007

Browse files
Milan HolemansMilan Holemans
authored andcommitted
Updated documentation
1 parent 1b186cd commit 0524007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/documentation/docs/controls/DateTimePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The `DateTimePicker` control can be configured with the following properties:
6262
| isMonthPickerVisible | boolean | no | Controls whether the month picker is shown beside the day picker or hidden. |
6363
| showMonthPickerAsOverlay | boolean | no | Show month picker on top of date picker when visible. |
6464
| 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. |
6666
| strings | IDatePickerStrings | no | Localized strings to use in the DateTimePicker |
6767
| value | Date | no | Default value of the DatePicker, if any |
6868
| onChange | function | no | Callback issued when date or time is changed |

src/controls/dateTimePicker/IDateTimePickerProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface IDateTimePickerProps {
6060
*/
6161
deferredValidationTime?: number;
6262
/**
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.
6464
* @defaultvalue false
6565
*/
6666
allowTextInput?: boolean;

0 commit comments

Comments
 (0)