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 Jun 21, 2022. It is now read-only.
it would be nice to bind the events handlers to the control instance.
Currently if I have more than one picker on the page, there is no way to find out which triggered the actual event(unless they are constructed separately).
Adding a .bind(this) before each call will solve that.
it would be nice to bind the events handlers to the control instance.
Currently if I have more than one picker on the page, there is no way to find out which triggered the actual event(unless they are constructed separately).
Adding a .bind(this) before each call will solve that.