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
This feature already exists in shadcn/ui - if not, it won't be considered here so don't continue with your issue.
Describe the feature
Currently, the Combobox component is implemented using Popover and Command components. I understand that this approach was chosen because the Combobox component was not available in bits-ui. However, now that it is available, it would be better to use it instead of two separate components.
Therefore, for the Next Version, it would be better to rely on the bits-ui component for the Combobox instead of relying on two separate components.
I think it would be a good idea to create a separate component for the combobox. Currently, to style the Popover.Trigger component using Tailwind, I either have to create a separate class for it or assign different classes to each Popover.Trigger.
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the feature
Currently, the Combobox component is implemented using Popover and Command components. I understand that this approach was chosen because the Combobox component was not available in
bits-ui
. However, now that it is available, it would be better to use it instead of two separate components.Therefore, for the Next Version, it would be better to rely on the
bits-ui
component for the Combobox instead of relying on two separate components.I think it would be a good idea to create a separate component for the combobox. Currently, to style the Popover.Trigger component using Tailwind, I either have to create a separate class for it or assign different classes to each Popover.Trigger.
The text was updated successfully, but these errors were encountered: