Open
Description
Codepen: https://codepen.io/gaurav5430/pen/rNaYgBe?editors=0010
- Focus on the input field
- Type
c
, and wait for suggestions to appear - Look at the rendered html
Observed behaviour: both the suggestions container and the suggestions ul have role="listbox"
Expected behaviour: only the ul should have role="listbox".