소스 검색

feat: 优化playground搜索模型功能

CalciumIon 1 년 전
부모
커밋
18a8216a43
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      web/src/components/Playground.js

+ 1 - 0
web/src/components/Playground.js

@@ -284,6 +284,7 @@ const Playground = () => {
             name='model'
             required
             selection
+            searchPosition='dropdown'
             filter
             onChange={(value) => {
               handleInputChange('model', value);