Skip to content

Options to make changes within the dropdown #1323

Answered by kamerat
icemanTopGun asked this question in Q&A
Discussion options

You must be logged in to vote

You can create this by using option-slot and creating your own markup for the options in the dropdown.

However, there are currently some limitations with the focusing part of vue-select, probably making this idea not work. You can read more about a related issue here: #1316

"long" story-short: vue-select listenes for blur event on its component and closes the select before you can trigger an input in your own checkbox.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sagalbot
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1323 on December 18, 2020 22:08.