Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use
click()
on Enter
key for suggestion handling
When using the `Enter` key to activate the selected suggestion result, we now use the `click()` method instead of replacing the location. This allows the application to use AJAX to process the suggestion result. Previously, the Enter key would cause navigation to the page instead of an AJAX request.
- Loading branch information