ajax-chosen icon indicating copy to clipboard operation
ajax-chosen copied to clipboard

Single result selection not triggering change

Open afhammad opened this issue 11 years ago • 1 comments

When selecting the first result, chosen doesn't trigger 'change' on the select. This breaks anything bound to the change event.

afhammad avatar Mar 14 '13 09:03 afhammad

what I experienced is that it doesn't if you're selecting the first result. If you're selecting other results, then it should trigger. To get around this, pass a null value at the start of the ajax results.

jvnill avatar Mar 16 '16 07:03 jvnill