VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Bug] 使用vue-table和element-puls自定义编辑插槽时,输入不了任何文本

Open JOJOland123 opened this issue 2 months ago • 5 comments

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="{}" > </Group> <template #edit="{ value, onChange }"> <ElInput class="h-full w-full" :model-value="value" @change="onChange" /> </ListColumn>

Steps to Reproduce

Image

Current Behavior

使用vue-table和element-puls自定义编辑插槽时,输入不了任何文本

Expected Behavior

使用vue-table和element-puls自定义编辑插槽时,输入不了任何文本

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

JOJOland123 avatar Oct 17 '25 02:10 JOJOland123

@JOJOland123 首先 input 框应该使用 input 事件才能实现实时数据更改,试下

wumo1016 avatar Oct 17 '25 06:10 wumo1016

有同样的问题,换ArcoVue库后就可以

hhhnl avatar Oct 17 '25 12:10 hhhnl

@JOJOland123 首先 input 框应该使用 input 事件才能实现实时数据更改,试下

不行的,select也不行,只有arcodesign可以

JOJOland123 avatar Oct 18 '25 07:10 JOJOland123

有同样的问题,换ArcoVue库后就可以

是的,elementplus试了好几个都不行

JOJOland123 avatar Oct 18 '25 07:10 JOJOland123

认领该issue

wumo1016 avatar Oct 21 '25 06:10 wumo1016