vael-ui@0.1.4
·
98 commits
to main
since this release
Patch Changes
2871350Thanks @Mini-Sylar! - FixCombobox,Select,TreeSelect, andDatePickersilently dropping a plainclass/stylepassed by a consumer. Each setsinheritAttrs: falsebut never forwarded those attrs onto its own visible trigger element (only onto the teleported dropdown panel, where one existed), so<Combobox class="my-class">(and the same on the other three) never reached the rendered DOM — any consumer relying on ordinary class-based styling (width, layout,display: nonein a media query, etc.) had no effect. Audited every other component usinginheritAttrs: false; the remaining ones (Popover, Tooltip, Menu, Dialog, Drawer, BottomSheet, ContextMenu) take a consumer-provided trigger via slot and have no component-owned trigger element, so they were unaffected by design, not by accident.