Skip to content

How to override onblur event on custom plugin? ..handler: { onblur: () => (e)=> e.preventDefault}.. is not working #2918

Answered by 12joan
kherP asked this question in Q&A
Discussion options

You must be logged in to vote

@kherP Call preventDefault on mousedown events originating from inside your combobox. This will prevent clicks from triggering blur events, but won't interfere with the clicks themselves. See #2920 for an example.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kherP
Comment options

Answer selected by kherP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants