benjamincanac / ui3

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
53 stars 7 forks source link

[Select] Doesn't work with `ButtonGroup` #127

Open benjamincanac opened 2 months ago

benjamincanac commented 2 months ago

Description

I've made a fix to use button group variants without the root to make it work (https://github.com/benjamincanac/ui3/commit/5b2e7d8bad6531795c00cdaa37e21d769dee452e)but the Select component append an invisible <select> which breaks the rounded: CleanShot 2024-06-19 at 11 02 15@2x CleanShot 2024-06-19 at 11 02 25@2x

@romhml Do you know if it would be possible to ignore invisible items in the tailwind selectors?