-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autosuggest triggering in all input[type="search"] #1579
Comments
@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 |
FWIW, in #2181 (released in EP 3.6.0) this is possible via code using the |
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.
The text was updated successfully, but these errors were encountered: