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
Comportement attendu
Pour le input :
Les attributs aria-activedescendant, aria-autocomplete="list", aria-controls="downshift-R:36a9uuutkq:-menu", aria-expanded="[true/false]" et role="combobox" doivent être déplacés sur la balise input#input-:Rr6a9uuutkq:
L'attribut aria-labelledby="downshift-R:36a9uuutkq:-label" peuvent être supprimés : ils ne pointent vers aucun id.
Pour la liste listbox :
L'attribut aria-labelledby ne point vers aucun id, la liste n'a donc pas de nom
Ajouter un id="downshift-R:36a9uuutkq:-label" à la balise <label>
Screenshots
The text was updated successfully, but these errors were encountered:
Description
Le formulaire combobox demande plusieurs attributs, ils sont présents mais sur la
<div>
parente au lieu d'être présent sur le<input>
Reproduction
Etapes à suivre pour reproduire le bug
Comportement attendu
Pour le input :
Les attributs
aria-activedescendant
,aria-autocomplete="list"
,aria-controls="downshift-R:36a9uuutkq:-menu"
,aria-expanded="[true/false]"
etrole="combobox"
doivent être déplacés sur la baliseinput#input-:Rr6a9uuutkq:
L'attribut
aria-labelledby="downshift-R:36a9uuutkq:-label"
peuvent être supprimés : ils ne pointent vers aucun id.Pour la liste listbox :
L'attribut
aria-labelledby
ne point vers aucun id, la liste n'a donc pas de nomAjouter un
id="downshift-R:36a9uuutkq:-label"
à la balise<label>
Screenshots
The text was updated successfully, but these errors were encountered: