Added
-
Field: Add
data-required
attribute toField.Label
-
Select, Combobox, Listbox, TreeView: Export
RootComponent
andRootProviderComponent
types which are useful
when building compositions that wrap theRoot
andRootProvider
components and you still want type-safety for the
collection.import { Select } from '@ark-ui/solid/select' import { styled } from 'styling-lib' const Root = styled(Select.Root) as Select.RootComponent<{}>
Fixed
- Menu: Fix
Menu.ItemText
not working insideMenu.TriggerItem