parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.74k stars 1.38k forks source link

The filters dropdown is currently inaccessible via arrow keys. #2469

Open AshishBarvaliya opened 1 year ago

AshishBarvaliya commented 1 year ago

Issue Description

PR: #2463 When using an autocomplete field, it is anticipated that we will have the ability to choose from a dropdown array using the keyboard's arrow keys.

Steps to reproduce

1) Open filter 2) Type 'id' 3) Try to select 'objecrId' from dropdown by down arrow key.

Actual Outcome

Not accessible by arrow keys.

Expected Outcome

it should be accessible by arrow keys.

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

mtrezza commented 1 year ago

That's a nice one! A good compliment to https://github.com/ParsePlatform/parse-dashboard/pull/2463 to make the dashboard more keyboard-accessible.