Aria Label for TextField of the DatePicker for screen reader users.
Determines if DatePicker has a border.
Pass calendar props to calendar component
Optional Classname for datepicker root element .
Optional callback to access the IDatePicker interface. Use this instead of ref for accessing the public methods and properties of the component.
Apply additional formating to dates, for example localized date formatting.
Whether the DatePicker should open automatically when the control is focused
Disabled state of the DatePicker.
The first day of the week for your locale.
Defines when the first week of the year should start, FirstWeekOfYear.FirstDay, FirstWeekOfYear.FirstFullWeek or FirstWeekOfYear.FirstFourDayWeek are the possible values
Optional method to format the chosen date to a string to display in the DatePicker
Whether the month picker should highlight the current month
Whether the month picker should highlight the selected month
The initially highlighted date in the calendar picker
Whether the month picker is shown beside the day picker or hidden.
Whether the DatePicker is a required field or not
Label for the DatePicker
The maximum allowable date.
The minimum allowable date.
Callback that runs after DatePicker's menu (Calendar) is closed
Callback issued when a date is selected
Optional method to parse the text input value to date, it is only useful when allowTextInput is set to true
Aria label for date picker popup for screen reader users.
Placeholder text for the DatePicker
Whether the "Go to today" link should be shown or not
Show month picker on top of date picker when visible.
Whether the calendar should show the week number (weeks 1 to 53) before each week row
Localized strings to use in the DatePicker
Value of today. If null, current time in client machine will be used.
Default value of the DatePicker, if any
Generated using TypeDoc
Whether the DatePicker allows input a date string directly or not
false