Can I disable search input in select2?
In my form I want some select(Taxonom) fields to have search input disabled.
I can do it in CSS but it disables for all of the fields.
See adding custom JavaScript to fields https://www.advancedcustomfields.com/resources/adding-custom-javascript-fields/, there is a section on select2_args. I’m not sure what the select2_args are, but it should possible to figure it out by logging the variable to the console. Beyond that you’d need to dig into select2 to figure out what arguments to set to disable the search feature for a field.