fix(ui): keep mutable selects open (#39027)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
@@ -121,6 +121,7 @@ export function SelectV2<T>(props: SelectV2Props<T>) {
|
|||||||
<Kobalte<T, { category: string; options: T[] }>
|
<Kobalte<T, { category: string; options: T[] }>
|
||||||
{...others}
|
{...others}
|
||||||
multiple={false}
|
multiple={false}
|
||||||
|
allowDuplicateSelectionEvents={false}
|
||||||
disabled={local.disabled}
|
disabled={local.disabled}
|
||||||
data-component="select-v2-root"
|
data-component="select-v2-root"
|
||||||
placement={local.placement ?? (inline() ? "bottom-end" : "bottom-start")}
|
placement={local.placement ?? (inline() ? "bottom-end" : "bottom-start")}
|
||||||
|
|||||||
Reference in New Issue
Block a user