Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking the clear icon #402

Open
oleynikyurij opened this issue Apr 2, 2024 · 3 comments
Open

Clicking the clear icon #402

oleynikyurij opened this issue Apr 2, 2024 · 3 comments

Comments

@oleynikyurij
Copy link

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

@tomasdelima
Copy link

tomasdelima commented Aug 13, 2024

Same here

@dan-dazlab
Copy link

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

@oleynikyurij
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants