File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,10 @@ const datePickerList = datePickerElementList.map(datePickerEl => {
249249| Method | Description |
250250| --- | --- |
251251| ` dateChange.coreui.date-picker ` | Callback fired when the date changed. |
252+ | ` show.coreui.dropdown ` | Fires immediately when the show instance method is called. |
253+ | ` shown.coreui.dropdown ` | Fired when the calendar has been made visible to the user and CSS transitions have completed. |
254+ | ` hide.coreui.dropdown ` | Fires immediately when the hide instance method has been called. |
255+ | ` hidden.coreui.dropdown ` | Fired when the calendar has finished being hidden from the user and CSS transitions have completed. |
252256{{< /bs-table >}}
253257
254258``` js
Original file line number Diff line number Diff line change @@ -294,6 +294,10 @@ const dateRangePickerList = dateRangePickerElementList.map(dateRangePickerEl =>
294294| --- | --- |
295295| ` endDateChange.coreui.date-range-picker ` | Callback fired when the end date changed. |
296296| ` startDateChange.coreui.date-range-picker ` | Callback fired when the start date changed. |
297+ | ` show.coreui.dropdown ` | Fires immediately when the show instance method is called. |
298+ | ` shown.coreui.dropdown ` | Fired when the calendar has been made visible to the user and CSS transitions have completed. |
299+ | ` hide.coreui.dropdown ` | Fires immediately when the hide instance method has been called. |
300+ | ` hidden.coreui.dropdown ` | Fired when the calendar has finished being hidden from the user and CSS transitions have completed. |
297301{{< /bs-table >}}
298302
299303``` js
Original file line number Diff line number Diff line change @@ -198,6 +198,10 @@ const timePickerList = timePickerElementList.map(timePickerEl => {
198198| Method | Description |
199199| --- | --- |
200200| ` timeChange.coreui.time-picker ` | Callback fired when the value changed. |
201+ | ` show.coreui.dropdown ` | Fires immediately when the show instance method is called. |
202+ | ` shown.coreui.dropdown ` | Fired when the dropdown has been made visible to the user and CSS transitions have completed. |
203+ | ` hide.coreui.dropdown ` | Fires immediately when the hide instance method has been called. |
204+ | ` hidden.coreui.dropdown ` | Fired when the dropdown has finished being hidden from the user and CSS transitions have completed. |
201205{{< /bs-table >}}
202206
203207``` js
You can’t perform that action at this time.
0 commit comments