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('aee3ceb').querySelectorAll('[role=option]')[activeIndex].scrollIntoView({ behavior: 'smooth', block: 'nearest' })"
@keyup.down.prevent="open = true; activeIndex === options.length -1 ? options.length: activeIndex++; document.getElementById('aee3ceb').querySelectorAll('[role=option]')[activeIndex].scrollIntoView({ behavior: 'smooth', block: 'nearest' })"
aria-controls="aee3ceb"
:aria-expanded="open.toString()"
aria-haspopup="listbox"
aria-labelledby="a77ae69"
aria-multiselectable="true"
:aria-activedescendant="open ? 'aee3ceb-option-' + activeIndex : null"
role="combobox"
tabindex="0"
>