How to fix issue related to the calendar

When we click on the calendar first and select some date.

After that when we click anywhere on the page the calendar will be opened.

To fix, this issue we need to write CSS for the main div of the calendar field.
Position: relative;

By this, we can fix the issue.

Leave a comment

Your email address will not be published. Required fields are marked *