Select2 issue when click

select2 issue - select field opens immediately on mousekey press down, and that causes serious usability issue when select field has just changed position from opening to top or bottom, and causes annoyance.

what could do?

possible disable select2, and use simple html select?

-thanks

Ok today brain work better, and i simply replaced ‘mousedown’ with ‘click’ inside select2 script file, and added ‘transition: none;’ to .select2-container css. Sorry :melting_face:

Have to start somehow keeping track of plugin files i make changes to, to replace back after update . .

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.