hey i use a typeahead for the search input.
how can i disable the standard one from ee, if i delete both “name” and “id” it works but then the search wont work anymore.
so i need to disable the pulldown with recent searches, that it wont cover the typeahead i use from bootstrap
{exp:search:simple_form channel="wiki" search_in="everywhere" result_page="wiki2/results" form_class="form-search"}
<div class="input-append">
<input
type="text"
name="keywords"
id="keywords"
class="search-query"
placeholder="Search"
data-source="[{exp:channel:entries channel='wiki' backspace='1'}"{title}",{/exp:channel:entries}]"
data-items="4"
data-provide="typeahead"
>
<button type="submit" class="btn"><i class="icon-search"></i></button>
</div>
{/exp:search:simple_form}