For my more significant selects, the search box in Select2 is wonderful. However, in one instance, I have a simple selection of 4 hard-coded choices. In this case, the search bo
I edited the select2.min.js file to set the select-2__search input field that's generated to readonly="true".
select2.min.js
select-2__search
readonly="true"