Fix Select and Select.ItemLabel composition #839
Labels
TYPE: enhancement
New feature or request
WAITING FOR: Qwik V2
This will be implemented when Qwik V2 is released
Currently the styled Select doesn't allow doing
to consume it like that in the styled kit:
For that we would need to transform the Headless
Select.Item
component into an inlined component, which means we would have to make theSelect.Item
expose aselectItemLabel
prop...Edit:
Might be easier in V2.
The text was updated successfully, but these errors were encountered: