fritx / vue-at

At.js for Vue.
https://fritx.github.io/vue-at/
MIT License
529 stars 114 forks source link

Popup with available options in wrong position. #140

Closed SamuelBizon closed 2 years ago

SamuelBizon commented 2 years ago

Hi. I am currently using praeco 1.8.10 and it uses vue-at to show the available fields. As you can see in the picture below, the positioning of this popup with available fields is off, the bigger the screen, the worse it gets. image

Code snippet from praeco/config/alert/ConfigAlertSubjectBody.vue image

Is there any property that can be set to specify the location of the popup with the available options ?

SamuelBizon commented 2 years ago

It seems that the popup always appears in the middle of the screen.

SamuelBizon commented 2 years ago

Also, in version 1.5.0 of Praeco it was working correctly.

SamuelBizon commented 2 years ago

It is neccessary to set the position. I included the example of code snippet of my solution. image