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
When we save input input[type="text"] as a selector to be used with autosuggest, it gets saved as input[type=\"text\"], therefore autosuggest can’t find the correct element.
Steps to Reproduce
Go to autosuggest settings
Set selector input[type=\"text\"]
Try to search in autosuggest
Expected behavior
It should work with this selector.
Screenshots
Environment information
Device:
OS:
Browser and version:
WordPress version:
ElasticPress version:
Elasticsearch version:
Where do you host your Elasticsearch server?
What ElasticPress features do you have currently active?
Plugins and version:
Theme and version:
Site Health Info:
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When we save input input[type="text"] as a selector to be used with autosuggest, it gets saved as input[type=\"text\"], therefore autosuggest can’t find the correct element.
Steps to Reproduce
Expected behavior
It should work with this selector.
Screenshots
Environment information
Site Health Info:
Additional context
The text was updated successfully, but these errors were encountered: