Popup element get closed when using narrator to focus the list item in it in browser

  • Thread starter Thread starter Deepak Ramakrishnan
  • Start date Start date
D

Deepak Ramakrishnan

Guest
Hi Team,I'm creating a custom select component using blazor framework , For that I have used <input> tag appended with dropdown icon and show popup element on demand. Popup element contains <ul> and it consist of <li> elements . I will show the popup element on clicking the button in the input element . I will hide the popup when document click is made or focusing out the component . It works as expected , but the problem is when using Narrator to read the items in popup , it closes the popup and moves to another element in the DOM . But pressing down arrow after turning of

Continue reading...
 
Back
Top