Skip to content
  • Damyon Wiese's avatar
    bdd60287
    MDL-51821 forms: Better handling for deselecting items in autocomplete · bdd60287
    Damyon Wiese authored
    Fixes 3 problems with deselecting items in an autocomplete field:
    
    1. Keep track of whether items were in the offical suggestion list, or are newly created
       tags and remove the "newly created tags" from the suggestion list when they are
       deselected
    2. Change the aria-role for the selected items list when items cannot be deselected (and
       do not treat it like a multiselect list).
    3. When leaving and returning focus to the selected items list, remember the last
       active-descendant.
    bdd60287
    MDL-51821 forms: Better handling for deselecting items in autocomplete
    Damyon Wiese authored
    Fixes 3 problems with deselecting items in an autocomplete field:
    
    1. Keep track of whether items were in the offical suggestion list, or are newly created
       tags and remove the "newly created tags" from the suggestion list when they are
       deselected
    2. Change the aria-role for the selected items list when items cannot be deselected (and
       do not treat it like a multiselect list).
    3. When leaving and returning focus to the selected items list, remember the last
       active-descendant.
Loading