-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.0.7
Environment
Vue 3, latest chrome
Reproduction link
Steps to reproduce
Utilize the okButton slot with a native button inside the a-popconfirm. Observe that the @confirm event is triggered successfully, but the popconfirm window does not close automatically.
What is expected?
After triggering the @confirm event, the a-popconfirm window should close automatically.
What is actually happening?
The a-popconfirm window remains open even after the @confirm event is triggered.