You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same behavior using two controls on same page. Only the first one selected fires the correspondent onChange. To reproduce, just insert two controls on same page
Expected Behavior
When passing { onChange: onChangeHandler } as config options, I expect the onChange to be called everytime something changes.
Actual Behavior
The onChange is called when the datepicker is made visible using v-if. Changes to the actual date range selected do not trigger an onChange.
Steps to Reproduce the Problem
Specifications
Implementation
The text was updated successfully, but these errors were encountered: