DateRange Picker [PRO] - Access Events when dates are cleared either by the cleaner or manual removal. #780
Unanswered
8000
ITSM-JonP
asked this question in
Q&A
Replies: 1 comment
-
Please upgrade @coreui/core-pro to v5.2.1; now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to integrate the DateRange picker (https://coreui.io/bootstrap/docs/forms/date-range-picker/) into a project. For each picker I have a pair of hidden input fields that are populated via the endDateChange.coreui.date-range-picker and startDateChange.coreui.date-range-picker event. These fields have on change event listeners attached which then calls an AJAX api with the values. That part work fine.
However, when clearing the dates the paired hidden fields are not updated. This is the same regardless if the date text is removed from the rendered text field or via the "cleaner" button.
What is the best way to update dependent fields when dates are cleared?
Beta Was this translation helpful? Give feedback.
All reactions