using Group
for --trigger-width
in ComboBox
#8509
stefanprobst
started this conversation in
Ideas
Replies: 1 comment
-
I think it'd be a breaking change. But you can implement it in the same way we did I don't think we'd want ComboBox to require a Group either, we had a use case in our Spectrum implementation that didn't have a trigger button. It's a good thought though, maybe we can make it easier in some other way. Maybe a prop for which one to use. I don't think we could decide based on the Groups presence, people are already building against how it currently works and have been for a long time. |
Beta Was this translation helpful? Give feedback.
0 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.
-
i guess this would be a breaking change, but what do you think about requiring a
Group
wrappingInput
andButton
in aComboBox
and using it for calculating--trigger-width
? it would make adding additional elements to the trigger a bit easier, e.g.:Beta Was this translation helpful? Give feedback.
All reactions