Skip to content

Commit 0ce518b

Browse files
committed
docs: update content
1 parent a3b65c3 commit 0ce518b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/content/forms/date-picker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ const datePickerList = datePickerElementList.map(datePickerEl => {
353353
| `cleaner` | boolean | `true` | Enables selection cleaner element. |
354354
| `confirmButtonLabel` | string | `'OK'` | Confirm button inner HTML |
355355
| `confirmButtonClasses` | array, string | `['btn', 'btn-sm', 'btn-primary']` | CSS class names that will be added to the confirm button |
356+
| `container` | string, element, false | `false` | Appends the dropdown to a specific element. Example: `container: 'body'`. |
356357
| `date` | date, number, string, null | `null` | Default value of the component |
357358
| `disabled` | boolean | `false` | Toggle the disabled state for the component. |
358359
| `disabledDates` | array | null | `null` | Specify the list of dates that cannot be selected. |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ const dateRangePickerList = dateRangePickerElementList.map(dateRangePickerEl =>
398398
| `cleaner` | boolean | `true` | Enables selection cleaner element. |
399399
| `confirmButton` | string | `'OK'` | Confirm button inner HTML |
400400
| `confirmButtonClasses` | array, string | `['btn', 'btn-sm', 'btn-primary']` | CSS class names that will be added to the confirm button |
401+
| `container` | string, element, false | `false` | Appends the dropdown to a specific element. Example: `container: 'body'`. |
401402
| `disabled` | boolean | `false` | Toggle the disabled state for the component. |
402403
| `disabledDates` | array, null | `null` | Specify the list of dates that cannot be selected. |
403404
| `endDate` | date, number, string, null | `null` | Initial selected to date (range). |

0 commit comments

Comments
 (0)