I am using https://easepick.com date range picker.
I am looking for the event in which event can be fire on opening of the date range picker and also fire when close the range picker.
If I can find the event for both then I want to resize the Iframe height on opening of range picker and on close I want to reset my iframe size.
Easypick provides the following 5 events:
autoApplyoption isfalse.You can use the
selectevent to trigger theCLOSEaction, this will trigger if the user selects a date.Unfortunately there is no
OPENevent, so your best option is to add a nativeclickevent on the DOM<input>.