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
|`locale`| string |`'default'`| Sets the default locale for components. If not set, it is inherited from the navigator.language. |
235
235
|`maxDate`| date \| string \| null |`null`| Max selectable date. |
236
236
|`minDate`| date \| string \| null |`null`| Min selectable date. |
237
+
|`name`| string |`null`| Set the name attribute for the input element. |
237
238
|`placeholder`| string |`'Select time'`| Specifies a short hint that is visible in the input. |
238
239
|`selectAdjacementDays`| boolean |`false`| Set whether days in adjacent months shown before or after the current month are selectable. This only applies if the `showAdjacementDays` option is set to true. |
239
240
|`showAdjacementDays`| boolean |`true`| Set whether to display dates in adjacent months (non-selectable) at the start and end of the current month. |
|`disabled`| boolean |`false`| Toggle the disabled state for the component. |
295
295
|`disabledDates`| array \| null |`null`| Specify the list of dates that cannot be selected. |
296
296
|`endDate`| date \| string \| null |`null`| Initial selected to date (range). |
297
+
|`endName`| string |`null`| Set the name attribute for the end date input element. |
297
298
|`firstDayOfWeek`| number |`1`| <p>Sets the day of start week.</p> <ul><li>`0` - Sunday</li><li>`1` - Monday</li><li>`2` - Tuesday</li><li>`3` - Wednesday</li><li>`4` - Thursday</li><li>`5` - Friday</li><li>`6` - Saturday</li></ul> |
298
299
|`footer`| boolean |`false`| Toggle visibility of footer element. |
299
300
|`format`| string || Set date format. We use date-fns to format dates. Visit <ahref="https://date-fns.org/v2.28.0/docs/format"target="_blank"rel="nofollow">https://date-fns.org/v2.28.0/docs/format</a> to check accepted patterns. |
0 commit comments