baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.4k stars 2.52k forks source link

JSONSchemaEditor组件如何生成下拉框的表单数据 #11155

Open chaserstrong opened 2 weeks ago

chaserstrong commented 2 weeks ago

实现场景:

在使用JSONSchemaEditor组件时,想要实现配置表单如:环境,下拉选择环境的功能。如:

image

存在的问题:

目前好像没有配置下拉的能力,配置数组时,也是需要在JSONSchema里输入文本,没有变成下拉框