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
|`maxDate`| date \| string \| null |`null`| Max selectable date. |
236
236
|`minDate`| date \| string \| null |`null`| Min selectable date. |
237
237
|`placeholder`| string |`'Select time'`| Specifies a short hint that is visible in the input. |
238
+
|`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
+
|`showAdjacementDays`| boolean |`true`| Set whether to display dates in adjacent months (non-selectable) at the start and end of the current month. |
238
240
|`size`|`'sm'`\|`'lg'`|`null`| Size the component small or large. |
239
241
|`timepicker`| boolean |`false`| Provide an additional time selection by adding select boxes to choose times. |
240
242
|`todayButton`| string |`'Today'`| Today button inner HTML |
|`placeholder`| string |`['Start date', 'End date']`| Specifies a short hint that is visible in the input. |
307
307
|`ranges`| object |`{}`| Predefined date ranges the user can select from. |
308
308
|`rangesButtonsClasses`| array \| string |`['btn', 'btn-ghost-secondary']`| CSS class names that will be added to ranges buttons |
309
+
|`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. |
309
310
|`separator`| boolean |`true`| Toggle visibility or set the content of the inputs separator. |
311
+
|`showAdjacementDays`| boolean |`true`| Set whether to display dates in adjacent months (non-selectable) at the start and end of the current month. |
310
312
|`size`|`'sm'`\|`'lg'`|`null`| Size the component small or large. |
0 commit comments