This repository was archived by the owner on Mar 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
[6.0.0] Insane number of events being emitted #53
Labels
Comments
@tetshi There will be a prop called <flat-pickr v-model="date" :config="options" :events="['onChange']"> So now only |
ankurk91
added a commit
that referenced
this issue
Jan 8, 2018
ping @tetshi |
I agree, that would be a great addition, but I still think that optimizing when these events get emitted in the first place would be helpful. But yes, a prop that takes a list of events would be nice. |
Okay, a new release is coming soon. |
ankurk91
added a commit
that referenced
this issue
Jan 11, 2018
ankurk91
added a commit
that referenced
this issue
Jan 11, 2018
ankurk91
added a commit
that referenced
this issue
Jan 11, 2018
fixed in version v6.1.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This thing is emitting events like crazy. @on-day-create emits 100's of times on page load (multiply this by each instance of Flatpickr on the page), as well as @on-parse-config and @on-ready. This is horrible for performance and it kills the Vue debugger in Chrome.
The text was updated successfully, but these errors were encountered: