We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
背景:只有只有【单选下拉】协议,需要在编排时支持按【多选下拉】显示,type 是 list
{ "key": "role_id", "name": "角色", "required": true, "type": "string", "options": [ { "text": "资深运维", "value": "engineer" }, { "text": "运维开发", "value": "developer" } ] }
The text was updated successfully, but these errors were encountered:
fix: jsonschema表单下拉框类型支持多选&checkbox显示优化 TencentBlueKing#77
6c39723
# Reviewed, transaction id: 26710
Linked to PR #79
Sorry, something went wrong.
fix: jsonschema表单下拉框类型支持多选&checkbox显示优化 #77
a05a561
No branches or pull requests
背景:只有只有【单选下拉】协议,需要在编排时支持按【多选下拉】显示,type 是 list
The text was updated successfully, but these errors were encountered: