Closed simmerer closed 10 years ago
Thanks! This would have been an issue with the master, as I just converted the code to AMD, with a few changes. I plan to pull in upstream changes shortly and then give the code a good look over + unit tests; should avoid most issues like this.
Thanks again!
Happy to help. Thanks for all your work so far on this project - it's been very useful.
Calling
this.selected_item_focus_handle.remove()
only makes sense ifthis.selected_item_focus_handle
exists in the first place. Theif
statement on line 774 had this logic backwards.This error:
would appear when applying Chosen to a disabled
select
element.Simply removing the
!
fixed it right up.