peckadesign / pd-naja

1 stars 0 forks source link

fix: Use `click()` on `Enter` key for suggestion handling #32

Closed zipper closed 1 month ago

zipper commented 1 month ago

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.