[SUGGESTION] main component, option to attach class on adjacent dependent elements
-
e.g. q-select when clicked, generates an adjacent q-popover
<q-select class=“modded-select-style” …>
<div class=“q-popover animate-scale modded-select-style” …>
Benefits: able to associate related components/elements
<style>
.q-popover.modded-select-style {
overflow-y: auto;
}
.q-popover.modded-select-style .item {
display: inline-block;
width: 50%;
}
</style>Currently, this is not possible
Regards
-
Good idea! Can you please open up a Github ticket? Thanks!