You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, but doesn't that break a compatibility with UButtonGroup? That component is so cleverly designed that it can be used for creating groups with other components than just buttons. It replaces the ui.rounded prop and in case of the USelectMenu, that functionality breaks.
The only way to fix this would be to invert the ui and ui-select props. ui would target the select / button and ui-select would be renamed to ui-menu but this would cause a breaking change.
Originally posted by @wvffle in #418 (comment)
Version
@nuxthq/ui: ^2.2.0
nuxt: ^3.5.0
Reproduction
Steps to reproduce
What is Expected?
Corners of
USelectMenu
should be rounded only on one side.ui.rounded
should be passed toUSelect
as per #418 (comment) and #418 (comment)What is actually happening?
All corners are rounded, also #418
The text was updated successfully, but these errors were encountered: