You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual Behavior: While navigating options in the dropdown using down arrow without any search value, NVDA announcing "blank" and option in both speech viewer window and voice.
For Example: if you take country list dropdown and navigate the options without search value then NVDA announcing
blank
Albania 1 of 15
Expected Behavior: While navigating options in the dropdown using down arrow, NVDA should announce the option from the list
For Example: if you take country list dropdown and navigate the options without search value then NVDA should announce
Albania 1 of 15
I tried using disableInitialFocus attribute to "true" then in dropdown options, user wont able to navigate and focus the search input through keyboard.