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
addon 使用select
addon设置为select未按select渲染
{ "type": "input-text", "id": "u:f97bbbd1f238", "name": "name", "label": "角色信息", "clearable": true, "placeholder": "输入角色信息或者角色ID进行模糊查找,仅支持查询一个结果", "row": 0, "colSize": "1", "labelAlign": "left", "addOn": { "type": "select", "id": "u:384a77b002ca", "position": "right", "options": [ { "label": "角色名称", "value": "roleName" }, { "label": "角色ID", "value": "roleId" } ], "label": "角色信息" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
实现场景:
addon 使用select
存在的问题:
addon设置为select未按select渲染
The text was updated successfully, but these errors were encountered: