combobox: use popover attachment to manage positioning

This commit is contained in:
Elijah Duffy
2026-03-10 17:25:46 -07:00
parent 9fbc6f6301
commit 48e400939e
2 changed files with 49 additions and 103 deletions

View File

@@ -184,7 +184,7 @@
]}
onchange={(e) => console.log('Selected:', e.value)}
onvalidate={(e) => console.log('Validation:', e.detail)}
pickerWidth="max-match"
pickerWidth="longest"
>
{#snippet labelRender(opt: ComboboxOption)}
Processed {opt.label}