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
{{ message }}
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
The component emits an
on-change
event that mimics the onChange hook from flatpickr.If we change the
config
after the component has been mounted; None of the methods inconfig
retains.This is because of
Object.assign
does not handle this. Looking for a cheap and fast solution to get around this.P.S: Will try to use
lodash/cloneDeep
and see if this can fix Object.assign behavior .P.S: Submit a PR flatpickr/flatpickr#1152
The text was updated successfully, but these errors were encountered: