primevue
primevue copied to clipboard
ConfirmPopup: position option does nothing
Describe the bug
Setting any value for position e.g. position: "left"
has no effect
Reproducer
https://codesandbox.io/s/funny-mahavira-rtdsfl?file=/src/App.vue
PrimeVue version
3.34.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Click the Button
Expected behavior
Popup should be on the right (or whatever value position has)
Bug confirmed on my side too. Took the docs' demo and just added some margin on top (just in case), and position: top
. Does nothing. I don't even think the positioning feature is actually implemented?
https://github.com/primefaces/primevue/blob/1170d152bc4f4dbe15bc0ef5f77675ca3589c1db/components/lib/confirmpopup/ConfirmPopup.vue#L193-L210
Bug confirmed on my side too. Took the docs' demo and just added some margin on top (just in case), and
position: top
. Does nothing. I don't even think the positioning feature is actually implemented?
++ Looks like it's not implemented at all, as the position option is ignored in this component
same here v4.0.0