We use a DatePicker component in our project. Primefes Version 8.0.
The position of the DatePicker popup does not change after the position of the input field has changed (for example, after rotating the tablet). The problem was fixed for the Сalendar component, but we use DatePicker because:
DatePicker is designed to replace the old p:calendar component.
You can see this problem on the official website.
After changing the screen size, the pop-up position was not updated:
Is there any way to fix this by extending PrimeFaces.widget.Calendar
with javascript?
Thank you for any help.