File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 678
678
on: pointerup| preventDefault= {handleClick}
679
679
on: mousedown| preventDefault
680
680
bind: this = {container}
681
- use: floatingRef>
681
+ use: floatingRef
682
+ role= " none" >
682
683
{#if listOpen}
683
684
< div
684
685
use: floatingContent
697
698
on: click| stopPropagation= {() => handleItemClick ({ item, i })}
698
699
on: keydown| preventDefault| stopPropagation
699
700
class = " list-item"
700
- tabindex= " -1" >
701
+ tabindex= " -1"
702
+ role= " none" >
701
703
< div
702
704
use: activeScroll= {{ scroll: isItemActive (item, value, itemId), listDom }}
703
705
use: hoverScroll= {{ scroll: scrollToHoverItem === i, listDom }}
745
747
class : active= {activeValue === i}
746
748
class: disabled
747
749
on: click| preventDefault= {() => (multiFullItemClearable ? handleMultiItemClear (i) : {})}
748
- on: keydown| preventDefault| stopPropagation>
750
+ on: keydown| preventDefault| stopPropagation
751
+ role= " none" >
749
752
< span class = " multi-item-text" >
750
753
< slot name= " selection" selection= {item} index= {i}>
751
754
{item[label]}
You can’t perform that action at this time.
0 commit comments