combobox: improve props, fix placement with scroll

This commit is contained in:
Elijah Duffy
2025-07-03 10:57:21 -07:00
parent f2994abad2
commit a307ffee92
6 changed files with 60 additions and 37 deletions

View File

@@ -49,7 +49,7 @@
name="example-combobox"
label="Select an option"
placeholder="Choose..."
items={[
options={[
{ value: 'option1', label: 'Option 1' },
{ value: 'option2', label: 'Option 2' },
{ value: 'option3', label: 'Option 3' }