dafreaki

Results 2 comments of dafreaki

you could just override the css and hide it .ui-select-search { display: none; }

here what i did in the style.css /* hiding the search */ .no-search-select .ui-select-container{ min-height: 34px; } .no-search-select .ui-select-search { display: none; } .no-search-select .ui-select-choices{ margin-top: -34px !important; } in...