You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It opens and closes the options list immediately. If I hold the button (mouseDown) the list stays open, as soon as I release it (mouseUp) the list closes.
The text was updated successfully, but these errors were encountered:
antpngl92
changed the title
handleCaretClick does not work on custom carrethandleCaretClick does not work on custom caret
Mar 13, 2023
The default caret has pointer-events: none when the dropdown is closed. In the upcoming release handleCaretClick and isOpen params are added to the slot's scope. If you want to replicate the same behaviour, you can do:
Version
Description
When I try to use custom caret the
handleCaretClick
does not work.It opens and closes the options list immediately. If I hold the button (mouseDown) the list stays open, as soon as I release it (mouseUp) the list closes.
The text was updated successfully, but these errors were encountered: