combobox: improved picker width behaviour
add width behaviour options, fix match width
This commit is contained in:
@@ -184,6 +184,7 @@
|
||||
]}
|
||||
onchange={(e) => console.log('Selected:', e.value)}
|
||||
onvalidate={(e) => console.log('Validation:', e.detail)}
|
||||
pickerWidth="max-match"
|
||||
>
|
||||
{#snippet labelRender(opt: ComboboxOption)}
|
||||
Processed {opt.label}
|
||||
|
||||
Reference in New Issue
Block a user