demarches-normaliennes/app/javascript/components/react-aria
simon lehericey adaa2545a5
Combobox: do not automatically add labelledby on input
most of the time, the input is already described by a label.
So we had a label pointing to an input pointing to a label : an infinite loop.

Moreover, we already use a label tag for user without assistive tech so we remove labelledby.
2024-12-19 10:28:58 +01:00
..
hooks.ts Combobox: do not automatically add labelledby on input 2024-12-19 10:28:58 +01:00
props.ts fix(combobox): can copy past multiple values in restricted multi select combobox 2024-09-23 21:49:24 +02:00