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.