InseeFr / Lunatic

Library of questionnaire components

Home Page:https://inseefr.github.io/Lunatic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combobox accessibility issues

jdirand opened this issue · comments

The role="combobox" should be on the input instead of the div.
The aria attributes should on the input instead of the div
The aria-controls need to be implemented

Can we also remove the console.log(readOnly); in the combo-box.tsx file please ?

image