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
InputTable 组件 maxLength 配置, 在存在 perPage 配置,超出 maxLength 限制时, 添加按钮未隐藏。在未配置 perPage 时,maxLength 表现正常。
npm
是
amis schema
{ "type": "page", "body": { "type": "form", "data": { "table": [ { "a": "a1", "b": "b1" }, { "a": "a2", "b": "b2" }, { "a": "a3", "b": "b3" } ] }, "api": "/amis/api/mock2/form/saveForm", "body": [ { "type": "input-table", "name": "table", "label": "Table", "minLength": 1, "maxLength": 5, "needConfirm": false, "addable": true, "removable": true, "perPage": 3, "columns": [ { "label": "A", "name": "a", "quickEdit": false }, { "label": "B", "name": "b" } ] } ] } }
持续点击“添加”按钮
The text was updated successfully, but these errors were encountered:
cd21ac6
Merge pull request #10967 from jinmingpang/fix-issue-10951
a751ede
fix: #10951 修复 InputTable 在 配置 perPage 开启分页场景时,底部新增按钮展示异常
No branches or pull requests
描述问题:
InputTable 组件 maxLength 配置, 在存在 perPage 配置,超出 maxLength 限制时, 添加按钮未隐藏。在未配置 perPage 时,maxLength 表现正常。
截图或视频:
如何复现(请务必完整填写下面内容):
npm
是
amis schema
代码:持续点击“添加”按钮
The text was updated successfully, but these errors were encountered: