Autosuggest triggering in all input[type="search"]
Is your enhancement related to a problem? Please describe.
I think autosuggest triggering in all input[type="search"]. In site there can be other search fields which are not related to ElasticSearch.
Describe the solution you'd like Being able to define which search fields will have autosuggest. This can be class value.
Or set a class which disable autosuggest.
Hi, this option already exist on dashboard -> Elasticpress (unless i didn't understand you?)

@MediaMaquina Is this for additional fields, not actually replacing the default fields? My hunch is yes but I don't have access to that page in my use case.
@samikeijonen that's right, this field doesn't replace default fields, but only adds to them. Default fields currently include .ep-autosuggest, input[type="search"], and .search-field,
FWIW, in #2181 (released in EP 3.6.0) this is possible via code using the ep_autosuggest_default_selectors filter.