Hi there,
i am facing an issue that the daterangepicker component hided by the below operation.
1: Create a sample page and add a button to trigger pop up a modal dialog, there are daterangepicker and another button (btn_2) on the popup modal dialog.
2:when click the btn_2, popup the dropzone component, and close it (don't upload the file), and then click the daterangepicker , the daterangepicker is hided.
can someone please help to fix this?
Hi,
Try to initialize daterangepicker when its parent is shown. Usually initializing plugins on hidden elements may cause issues. You can try to use Bootstrap Modal Event API and init the daterangepicker once it's shown and available in DOM.
Regards.