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
Just wanted to ask why textarea elements aren't allowed to have the role combobox. It seems like just certain types of input elements are allowed, so the following code snippet (obviously not the full widget) throws an aria-allowed-role violation. Does using text field elements other than input cause known accessibility issues? Thanks for any insight!