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
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Make sure I'm reporting something precise that needs to be fixed
Give my issue a descriptive and concise title
Create a minimal working example on JsFiddle or Codepen (or gave a link to a demo on the Selectize docs)
Indicate precise steps to reproduce in numbers and the result like below
Selectize does not respect the default behaviour of a <select> element when selecting an item. It uses a mousedown event rather than click. This deviation from the default causes issues with libraries which respect the default, for example Sweetalert2. See below issue for further context.
I did:
Selectize does not respect the default behaviour of a
<select>element when selecting an item. It uses amousedownevent rather thanclick. This deviation from the default causes issues with libraries which respect the default, for example Sweetalert2. See below issue for further context.Steps to reproduce:
See jsfiddle @ sweetalert2/sweetalert2#2154 (comment)
Expected result:
Swal should not close
Actual result:
Swal closed