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

@@ -117,7 +117,7 @@
>
<ExpandableCombobox
name="{name}_country"
items={options}
{options}
bind:value={selectedCountryItem}
bind:open={countriesOpen}
{required}