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

Input-Group 输入框组合中的select组件开启creatable后无法弹出新增选项 #11504

Open
ArrNNG opened this issue Jan 14, 2025 · 1 comment
Assignees

Comments

@ArrNNG
Copy link

ArrNNG commented Jan 14, 2025

描述问题:

Input-Group 输入框组合中的select组件开启creatable后无法弹出新增选项

截图或视频:

截屏2025-01-14 13 23 14

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

  {
        "type": "input-group",
        "label": "各种组合",
        "body": [
          {
            "type": "select",
            "name": "memoryUnits",
            "options": [
              {
                "label": "Gi",
                "value": "Gi"
              },
              {
                "label": "Mi",
                "value": "Mi"
              },
              {
                "label": "Ki",
                "value": "Ki"
              }
            ],
            "value": "Gi"
          },
          {
            "type": "input-text",
            "name": "memory"
          },
          {
            "type": "select",
            "name": "memoryUnits2",
            "creatable": true,
            "options": [
              {
                "label": "Gi",
                "value": "Gi"
              },
              {
                "label": "Mi",
                "value": "Mi"
              },
              {
                "label": "Ki",
                "value": "Ki"
              }
            ],
            "value": "Gi"
          },
          {
            "type": "button",
            "label": "Go"
          }
        ]
      }
  1. 操作步骤
    请简单描述一下复现的操作步骤...
@lhtuling
Copy link

确实是bug 换方式解决吧 等修复估计难

Amis低代码前端框架交流群【QQ 1群】:717791727
Amis低代码前端框架交流群【QQ 2群】:721182449

@2betop 2betop self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants