-
Notifications
You must be signed in to change notification settings - Fork 15k
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
BasicTable的数字输入单元格编辑在BasicModal中展示时会出现bug #7709
Comments
zy |
无法复现,请提供可运行的例子。 测试代码:
modal01.vue
测试效果: |
复现以及可运行代码,详见压缩包 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:
3.7.2 (master分支 截至【issues/7561】 开头的提交)
问题描述:
<BasicModal v-bind="$attrs" @register="registerModal" :title="title" width="1024px" @ok="handleSubmit">
<basic-table
@register="registerTable"
:rowSelection="rowSelection"
@edit-end="handleEditEnd"
@edit-cancel="handleEditCancel"
:beforeEditSubmit="beforeEditSubmit"
/>
这种方式展示数据,点击单元格触发编辑后按数字0-9或del键会立即退出编辑状态,并且无法触发basic-table的任何事件,并且会触发BasicModal的 setModalHeight 方法
错误截图:
友情提示:
The text was updated successfully, but these errors were encountered: