You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| allowInput | Boolean | false | Allows the user to enter a date directly into the input field. By default, direct entry is disabled. |
50
+
| altFormat | String | "F j, Y" | Exactly the same as date format, but for the altInput field |
51
+
| altInput | Boolean | false | Show the user a readable date (as per altFormat), but return something totally different to the server. |
52
+
| ariaDateFormat | String | "F j, Y" | Defines how the date will be formatted in the aria-label for calendar days, using the same tokens as dateFormat. If you change this, you should choose a value that will make sense if a screen reader reads it out loud. |
53
+
| dateFormat | String | 'Y-m-d' | A string of characters which are used to define how the date will be displayed in the input box |
54
+
| defaultDate | String | null | Sets the initial selected date |
55
+
| defaultHour | Number | 12 | Initial value of the hour element. |
56
+
| defaultMinute | Number | 0 | Initial value of the minute element. |
57
+
| earliestDate | String/Date | null | The minimum date that a user can start picking from (inclusive) |
0 commit comments