You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
We're using the autosuggest feature on a site. The autosuggest.js file that handles this contains a hardcoded list of selectors to target, with the epas.selector option appended to the end. We'd like to override this list of selectors completely because some pages contain a search input (input type="search") which should not be targeted for autosuggest because it is used for another purpose.
Describe the solution you'd like
I'd like another option added to the options which can be filtered with the ep_autosuggest_options filter which overrides the list of selectors completely for more fine grained control.
Maybe this option could be called selectors and if it's specified then it overrides the hardcoded list + selector.
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
We're using the autosuggest feature on a site. The
autosuggest.js
file that handles this contains a hardcoded list of selectors to target, with theepas.selector
option appended to the end. We'd like to override this list of selectors completely because some pages contain a search input (input type="search"
) which should not be targeted for autosuggest because it is used for another purpose.Describe the solution you'd like
I'd like another option added to the options which can be filtered with the
ep_autosuggest_options
filter which overrides the list of selectors completely for more fine grained control.Maybe this option could be called
selectors
and if it's specified then it overrides the hardcoded list + selector.The text was updated successfully, but these errors were encountered: