10up / ElasticPress

A fast and flexible search and query engine for WordPress.
https://elasticpress.io
GNU General Public License v2.0
1.24k stars 312 forks source link

Don't open instant results modal if an autosuggest suggestion is selected. #3864

Closed JakePT closed 5 months ago

JakePT commented 5 months ago

…cted.

Description of the Change

Prevents the Instant Results modal from opening if an Autosuggest suggestion is highlighted, allowing the user to open the suggestion with the Enter key without a conflict.

Closes #3824

How to test the Change

  1. Activate Instant Results and Autosuggest.
  2. Enter a search query so that suggestions appear.
  3. Navigate to a suggestion with the arrow keys and press Enter.
  4. You should be taken to the suggestion and Instant Results should not launch,

Changelog Entry

Fixed - An issue where pressing Enter to select an Autosuggest suggestion would instead open Instant Results.

Credits

Props @JakePT

Checklist: