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
The primevue dialog component has the prop "keepInViewPort", but it doesn't seem to do anything (if set to false). I cannot observe any difference between the default "basic" app and one in which I set this property to false (and removed modal): still the dialog cannot be pulled from the viewPort.
Describe the bug
The primevue dialog component has the prop "keepInViewPort", but it doesn't seem to do anything (if set to false). I cannot observe any difference between the default "basic" app and one in which I set this property to false (and removed modal): still the dialog cannot be pulled from the viewPort.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/nxkqub5k?file=src%2FApp.vue
Environment
Just the "basic" example opened in stackblitz
Vue version
3.2.45
PrimeVue version
4.2.5
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
1.Open the dialog
2. Try to pull it anywhere outside the viewPort.
Expected behavior
Can be pulled outside the viewPort
The text was updated successfully, but these errors were encountered: