You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - Copy an example from https://primevue.org/confirmpopup/
2 - Make an API call before showing/triggering confirm
3 - Confirm popup will be displayed on upper left corner of the screen.
May be the same problem: the popup is moved to the left-top corner if the stopPropagation is called. Even though stop the event after calling confirm.require().
setTimeout here required due to onShow calling happens before popupRef.container getting filled, so overwise it will crash.
I can't imagine any better solutions than 0.1 timeout.
Describe the bug
Steps to reproduce are simple
1 - Copy an example from https://primevue.org/confirmpopup/
2 - Make an API call before showing/triggering confirm
3 - Confirm popup will be displayed on upper left corner of the screen.
Reproducer
https://stackblitz.com/edit/bycjcy-g8skn4?file=src%2FApp.vue
PrimeVue version
3.5
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: