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
Input-Group 输入框组合中的select组件开启creatable后无法弹出新增选项
{ "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" } ] }
The text was updated successfully, but these errors were encountered:
确实是bug 换方式解决吧 等修复估计难
Amis低代码前端框架交流群【QQ 1群】:717791727 Amis低代码前端框架交流群【QQ 2群】:721182449
Sorry, something went wrong.
2betop
No branches or pull requests
描述问题:
Input-Group 输入框组合中的select组件开启creatable后无法弹出新增选项
截图或视频:
如何复现(请务必完整填写下面内容):
请简单描述一下复现的操作步骤...
The text was updated successfully, but these errors were encountered: