Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix search bug on foreign travel advice page #4079

Merged

Commits on May 30, 2024

  1. Fix search bug on foreign travel advice page

    - Adds a keydown event listener to the CountryFilter function. The event listener triggers on keydown and prevents the default form behaviour when the Enter key is pressed and cleared the results.
    
    - Keyup event listener is retained to handle filtering functionality
    CodeSonia committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0a5d623 View commit details
    Browse the repository at this point in the history