Description
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
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
- Open filter
- Type 'id'
- 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.