Closed wkeese closed 8 years ago
When you open a dropdown, aria-expanded is set to "true", and when you close the dropdown, aria-expanded is set to "false". However, it's not set at all initially. It should be initially set to "false".
aria-expanded
"true"
"false"
When you open a dropdown,
aria-expanded
is set to"true"
, and when you close the dropdown,aria-expanded
is set to"false"
. However, it's not set at all initially. It should be initially set to"false"
.