I know with aria-expanded screen reader should be reading the expanded states. But does anyone know if it’s possible with <input role=“combobox”>?
I tried a couple of variations but the only one that read the expanded states is with role listbox.
Heres a simple stackblitz to show what I mean https://stackblitz.com/edit/js-jxzyqr?file=index.html
Yes, screen readers can typically read the expanded/collapsed state of an input element with the role combobox when proper aria attributes , such as aria-expanded, are used in the web page or application.