fix(ui): keep mutable selects open (#39027)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
Rahul A Mistry 2026-07-27 08:16:59 +05:30 committed by GitHub
parent 7534d23551
commit 7d8195e8fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,6 +121,7 @@ export function SelectV2<T>(props: SelectV2Props<T>) {
<Kobalte<T, { category: string; options: T[] }>
{...others}
multiple={false}
allowDuplicateSelectionEvents={false}
disabled={local.disabled}
data-component="select-v2-root"
placement={local.placement ?? (inline() ? "bottom-end" : "bottom-start")}