multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Clicking the clear icon

Open oleynikyurij opened this issue 2 years ago • 3 comments

Vue version: 3.4.21 Nuxt version: 3.11.1 multiselect version: 2.6.7

When clicking the clear icon, the dropdown shows shortly before the selection is cleared and dropdown closes again

oleynikyurij avatar Apr 02 '24 12:04 oleynikyurij

Same here

tomasdelima avatar Aug 13 '24 21:08 tomasdelima

I found that need to add z-index: 1 to span[data-clear] close buttons. Because input of search overlap it.

dan-dazlab avatar Nov 11 '24 17:11 dan-dazlab

Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden. Element with focus: span Ancestor with aria-hidden -- Additionally, a message appeared in the console when clicking on the cleaning icon

oleynikyurij avatar Nov 26 '24 08:11 oleynikyurij