mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-30 01:13:31 +00:00
fix(ui): keep mutable selects open (#39027)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
parent
7534d23551
commit
7d8195e8fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue