@lattice-ui/combobox
v0.3.2
Published
Headless combobox primitives for Roblox UI with typed filtering and enforced option selection.
Readme
@lattice-ui/combobox
Headless combobox primitives for Roblox UI with typed filtering and enforced option selection.
Exports
ComboboxCombobox.RootCombobox.TriggerCombobox.InputCombobox.ValueCombobox.PortalCombobox.ContentCombobox.ItemCombobox.GroupCombobox.LabelCombobox.Separator
Notes
- Supports controlled/uncontrolled
value,inputValue, andopen. - Input text is synchronized back to selected option text when the list closes.
- Filtering defaults to case-insensitive substring matching and can be customized with
filterFn.
