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
this.element.on("blur", m._hideChoices) seems to send blur event as parameter wr, instead of the wrapper element.
This happens when I re-activate the plugin after a show / hide of select element removes the minimalect.
I re-activate it with:
$('select').minimalect({remove_empty_option:false, live:false});
The text was updated successfully, but these errors were encountered:
Hi
this.element.on("blur", m._hideChoices) seems to send blur event as parameter wr, instead of the wrapper element.
This happens when I re-activate the plugin after a show / hide of select element removes the minimalect.
I re-activate it with:
$('select').minimalect({remove_empty_option:false, live:false});
The text was updated successfully, but these errors were encountered: