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
Uh oh!
There was an error while loading. Please reload this page.
-
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