q-select with q-scroll-area for scrollbar customization #17538
Unanswered
Hidonut
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a component that uses q-select and I need to customize the the scrollbar of the select menu.
The style I need for my scroll thumb is { borderRadius: '8px', width: '8px', margin: '4px' } (as for q-scroll-area parameters)
but from what I saw you can't set the component of the list for q-select options only a single option.
is it possible to use q-scroll-area inside a q-select? if not is it possible to add it as an option in the future?
Beta Was this translation helpful? Give feedback.
All reactions