Search – PHP Autocomplete https://phpautocomplete.com The Ultimate PHP Dropdown Tue, 11 Mar 2014 05:26:25 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.4 disable_search() https://phpautocomplete.com/docs/disable_search/ Tue, 11 Feb 2014 19:05:08 +0000 http://phpautocomplete.com/?p=108 Disable search. This essentially removes the search from the dropdown. Disable search makes the control looks like a regular dropdown.

Note that when either set_max_input_length() or set_min_input_length() method is presented, disable_search() is ignored.

Signature:

public function disable_search()
]]>