• Kyle Keating's avatar
    Fix AutocompleteList aria-selecterd prop · 661488dc
    Kyle Keating authored
    The aria-selected prop shall be “true” or “false” on items in the list. Previously this was truthy so it was omitted from the DOM when false.  Undefined has a different meaning than aria-selected=“false”
    661488dc
autocomplete-list-test.js 4.63 KB