mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix #524
This commit is contained in:
parent
a83d8dacbf
commit
4e8f7ca396
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ const OpenAiModelPicker: React.FC = () => {
|
|||
placeholder="Search and select a model..."
|
||||
value={searchTerm}
|
||||
onInput={(e) => {
|
||||
handleModelChange((e.target as HTMLInputElement)?.value?.toLowerCase())
|
||||
handleModelChange((e.target as HTMLInputElement)?.value)
|
||||
setIsDropdownVisible(true)
|
||||
}}
|
||||
onFocus={() => setIsDropdownVisible(true)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue