Skip to content

Commit 27ffd37

Browse files
committed
docs: update documentation
1 parent 9403262 commit 27ffd37

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/content/forms/date-picker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ const datePickerList = datePickerElementList.map(datePickerEl => {
235235
| `maxDate` | date \| string \| null | `null` | Max selectable date. |
236236
| `minDate` | date \| string \| null | `null` | Min selectable date. |
237237
| `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. |
238240
| `size` | `'sm'` \| `'lg'` | `null` | Size the component small or large. |
239241
| `timepicker` | boolean | `false` | Provide an additional time selection by adding select boxes to choose times. |
240242
| `todayButton` | string | `'Today'` | Today button inner HTML |

docs/content/forms/date-range-picker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,9 @@ const dateRangePickerList = dateRangePickerElementList.map(dateRangePickerEl =>
306306
| `placeholder` | string | `['Start date', 'End date']` | Specifies a short hint that is visible in the input. |
307307
| `ranges` | object | `{}` | Predefined date ranges the user can select from. |
308308
| `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. |
309310
| `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. |
310312
| `size` | `'sm'` \| `'lg'` | `null` | Size the component small or large. |
311313
| `startDate` | date \| string \| null | `null` | Initial selected date. |
312314
| `timepicker` | boolean | `false` | Provide an additional time selection by adding select boxes to choose times. |

0 commit comments

Comments
 (0)