8000 结果面板跟随模式 resultListModeFollowSelect 设置为true 右侧已选项无法下拉 · Issue #12055 · baidu/amis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
结果面板跟随模式 resultListModeFollowSelect 设置为true 右侧已选项无法下拉 #12055
Open
@ofriend-jinxin

Description

@ofriend-jinxin

描述问题:

结果面板跟随模式 resultListModeFollowSelect 设置为true 右侧已选项无法下拉

截图或视频:

Image

如何复现(请务必完整填写下面内容):

1、访问 https://aisuda.bce.baidu.com/amis/zh-CN/components/form/transfer
2、在 结果面板跟随模式 处编辑代码
3、复制多个options
4、全选左侧可选项

完整代码如下

{
  "type": "page",
  "body": {
    "type": "form",
    "api": "/amis/api/mock2/form/saveForm",
    "body": [
      {
        "label": "表格形式",
        "type": "transfer",
        "name": "transfer",
        "selectMode": "table",
        "resultListModeFollowSelect": true,
        "columns": [
          {
            "name": "label",
            "label": "英雄"
          },
          {
            "name": "position",
            "label": "位置"
          }
        ],
        "options": [
          {
            "label": "诸葛亮",
            "value": "zhugeliang",
            "position": "中单"
          },
          {
            "label": "诸2葛亮",
            "value": "zhugel2iang",
            "position": "中单"
          },
          {
            "label": "诸3葛亮",
            "value": "zhuge34liang",
            "position": "中单"
          },
          {
            "label": "诸葛亮",
            "value": "zhu4geliang",
            "position": "中单"
          },
          {
            "label": "曹操",
            "value": "caocao",
            "position": "上单"
          },
          {
            "label": "曹2操",
            "value": "cao2cao",
            "position": "上单"
          },
          {
            "label": "曹3操",
            "value": "cao3cao",
            "position": "上单"
          },
          {
            "label": "钟无艳",
            "value": "zhongwuyan",
            "position": "上单"
          },
          {
            "label": "钟2无艳",
            "value": "zhon2gwuyan",
            "position": "上单"
          },
          {
            "label": "钟无3艳",
            "value": "zhon3gwuyan",
            "position": "上单"
          },
          {
            "label": "钟4无艳",
            "value": "zho4ngwuyan",
            "position": "上单"
          },
          {
            "label": "李白",
            "value": "libai",
            "position": "打野"
          },
          {
            "label": "韩信",
            "value": "hanxin",
            "position": "打野"
          },
          {
            "label": "云中君",
            "value": "yunzhongjun",
            "position": "打野"
          }
        ]
      }
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0