arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.69k stars 526 forks source link

下拉菜单Dropdown搭配气泡确认框Popconfirm使用,气泡确认框Popconfirm闪退 #1684

Open FanJPson opened 2 years ago

FanJPson commented 2 years ago

Basic Info

What is expected?

气泡确认框能正常使用,而不是闪退

Steps to reproduce

使用气泡确认框组件包含下拉菜单的任一个选项。

hehehai commented 2 years ago

@FanJPson hi, 这里其实是符合组件的设计的,出现两个 pop 嵌套的情况,建议使用非绑定值来控制,demo

FanJPson commented 2 years ago

好的,谢谢

GENERALTUNE commented 1 year ago

同样遇到类似问题,如果是在表格中 使用dropdown 需要删除按钮作二次确认 你说的非绑定值方式 很不友好