Allow customizing content of QSelect dropdown #17260
Unanswered
thevladisss
asked this question in
Ideas / Proposals
Replies: 2 comments 5 replies
-
|
Use your own q-input + q-menu then. QSelect is exactly that - a select. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
You should be able to use |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
For QSelect element there is no legal way to customize the content rendered within the dropdown that is to say place custom content into QMenu that shows options of QSelect. QSelect does not expose slot to allow explicitly passing content to QMenu that is rendered by triggering open of QSelect and only allows cutsomizing individual options.
Solution
Expose slot that would allow accessing options prop data and rendering custom content within QMenu that is rendered by QSelect
Beta Was this translation helpful? Give feedback.
All reactions