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 => {
249
249
| Method | Description |
250
250
| --- | --- |
251
251
| ` 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. |
252
256
{{< /bs-table >}}
253
257
254
258
``` js
Original file line number Diff line number Diff line change @@ -294,6 +294,10 @@ const dateRangePickerList = dateRangePickerElementList.map(dateRangePickerEl =>
294
294
| --- | --- |
295
295
| ` endDateChange.coreui.date-range-picker ` | Callback fired when the end date changed. |
296
296
| ` 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. |
297
301
{{< /bs-table >}}
298
302
299
303
``` js
Original file line number Diff line number Diff line change @@ -198,6 +198,10 @@ const timePickerList = timePickerElementList.map(timePickerEl => {
198
198
| Method | Description |
199
199
| --- | --- |
200
200
| ` 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. |
201
205
{{< /bs-table >}}
202
206
203
207
``` js
You can’t perform that action at this time.
0 commit comments