mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
commit
fd7034c3d3
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