Support

Account

Home Forums Front-end Issues How to remove search box for Taxonomy field? Reply To: How to remove search box for Taxonomy field?

  • I think this is late for reply but these is a trick… u can use js or css to do like this:

    $('.select2-search').css({
    	"display":"none"
    });