You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on open modal button the datepicker is not working.
Expected behavior and actual behavior
The datepicker should have worked normally but it is not opening inside modal.
I check in normal page it is working fine.
Most probably it can be because datepicker is not initialized when it is loaded dynamically inside modal.
I have also modified the z-index also. But it looks like a JS error.
The create and update actions are working fine but only problem is datepicker or even select2 is not working.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
After showing the modal window, run a function that reinitializes the Datepicker for each found element with the datepicker class in this modal window."
Prerequisites
master
branch of yii2-widget-datepicker.Steps to reproduce the issue
Expected behavior and actual behavior
The datepicker should have worked normally but it is not opening inside modal.
I check in normal page it is working fine.
Most probably it can be because datepicker is not initialized when it is loaded dynamically inside modal.
I have also modified the z-index also. But it looks like a JS error.
The create and update actions are working fine but only problem is datepicker or even select2 is not working.
Environment
Browsers
Operating System
Libraries
Isolating the problem
The text was updated successfully, but these errors were encountered: