0) { removeLastSelected(); }"
@keyup.delete.prevent="if (!open && selectedValues.length > 0) { removeLastSelected(); }"
@keyup.page-up.prevent="open = true; activeIndex = 0"
@keyup.page-down.prevent="open = true; activeIndex = options.length -1"
@keyup.up.prevent="open = true; activeIndex === 0 ? 0 : activeIndex--; document.getElementById('a524d02').querySelectorAll('[role=option]')[activeIndex].scrollIntoView({ behavior: 'smooth', block: 'nearest' })"
@keyup.down.prevent="open = true; activeIndex === options.length -1 ? options.length: activeIndex++; document.getElementById('a524d02').querySelectorAll('[role=option]')[activeIndex].scrollIntoView({ behavior: 'smooth', block: 'nearest' })"
aria-controls="a524d02"
:aria-expanded="open.toString()"
aria-haspopup="listbox"
aria-labelledby="a61af80"
aria-multiselectable="true"
:aria-activedescendant="open ? 'a524d02-option-' + activeIndex : null"
role="combobox"
tabindex="0"
>