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

a11y: allow users to tab across the search button (and release: v2.8.6) #195

Merged
merged 2 commits into from
Apr 19, 2024

Commits on Apr 18, 2024

  1. a11y: allow users to tab across the search button

    Previously as soon as you select the search button via tab it would
    execute the search. Now we only look for onMouseDown.
    
    We cannot use onClick because the button moves as soon as it is
    focused via mouse down.
    
    * remove handleOnMouseDown function
    * move event listener to button
    carlinmack committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b4299fc View commit details
    Browse the repository at this point in the history
  2. release v2.8.6

    carlinmack committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1045dc6 View commit details
    Browse the repository at this point in the history