Explorar el Código

feat: 优化playground搜索模型功能

CalciumIon hace 1 año
padre
commit
18a8216a43
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);