Skip to content
New issue

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 #11421

Open
findlay-best-wishes opened this issue Dec 24, 2024 · 0 comments
Open

咨询下addon能否使用select #11421

findlay-best-wishes opened this issue Dec 24, 2024 · 0 comments

Comments

@findlay-best-wishes
Copy link

实现场景:

addon 使用select
image

存在的问题:

addon设置为select未按select渲染
image

{
  "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": "角色信息"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant