[Bug] 使用vue-table和element-puls自定义编辑插槽时,输入不了任何文本
Version
1.20.0
Link to Minimal Reproduction
<ListColumn v-for="column in getTableProps.options.columns" :key="column.field!" editor="dynamic-render-editor" v-bind="omit(column, ['customLayout'])" > <template v-if="column.customLayout" #customLayout="data"> <Group :width="data.width" :height="data.height" display="flex" align-items="center" :vue="{}" >
Steps to Reproduce
Current Behavior
使用vue-table和element-puls自定义编辑插槽时,输入不了任何文本
Expected Behavior
使用vue-table和element-puls自定义编辑插槽时,输入不了任何文本
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
@JOJOland123 首先 input 框应该使用 input 事件才能实现实时数据更改,试下
有同样的问题,换ArcoVue库后就可以
有同样的问题,换ArcoVue库后就可以
是的,elementplus试了好几个都不行
认领该issue