Chandusangale / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

Delay change event until control is blurred #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First, excellent work! The control works great.

It would be awesome to have an option that delays the firing of the change 
even on the background select until after the user closes the control. This 
way if you have events firing off of the select you wouldn't get a bunch of 
intermediate triggers.

Original issue reported on code.google.com by srstcl...@gmail.com on 8 Mar 2010 at 9:59

GoogleCodeExporter commented 9 years ago
Thanks.

You can consider the alternative to use the blur event that is fired when the 
control 
is closed.

Original comment by adrian.tosca on 8 Mar 2010 at 11:08

GoogleCodeExporter commented 9 years ago
Using the blur event worked perfectly, thanks!

Original comment by srstcl...@gmail.com on 21 Mar 2010 at 9:39

GoogleCodeExporter commented 9 years ago
With version 1.0, I could never get 'blur' to fire consistently.  Added new 
callback option 'onComplete' to handle this issue.

Original comment by womohun...@ittrium.com on 14 Sep 2010 at 2:47