Fix: Model provider bugs (#15770)

### What problem does this PR solve?

Fix: Model provider bugs

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-06-08 17:04:05 +08:00
committed by GitHub
parent 04209ffccf
commit 2bd8900638
3 changed files with 11 additions and 11 deletions

View File

@@ -104,7 +104,7 @@ export function ToggleList<V = unknown>({
className,
btnText,
options,
closeOnOutsideClick = true,
closeOnOutsideClick = false,
maxHeight = 500,
listClassName,
itemClassName,