Custom deselect component using slots #1345
DamianGlowala
started this conversation in
General
Replies: 1 comment 2 replies
-
The same slot content would be used in multiple places so it's a bit of a different use case. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of (or in addition to) passing a custom Deselect component as a prop (
:components="{ Deselect }"
), could we have an option to use slots for this purpose? It would be a quicker, easier and more elegant solution, especially given the fact how many slots Vue Select already supports. What was the reason for choosing props in this case?Beta Was this translation helpful? Give feedback.
All reactions