Problem
I am using pickadate.js and I want my date-picker calendar to remain open on clicking outside the calendar. Thanks in Advance.
What I have tried
Firstly, I have tried picker.set('select', new Date());
, but it also closes the date picker because, if the date is selected, then it is not closing the date picker on clicking the header of the modal, but if we are not initializing the date picker then it closes the date picker on clicking the modal's header.