Closed tsdogs closed 5 years ago
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.
Imho this should be fixed
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.
I don't know if it's related to #74 but it happens even if PJax is disabled.
When the DateControl widget is used in a grid filter when the date is changed (and the grid reload is triggered) the searchModel associated hidden input is not initialized and so the filter does not work.
I had to change the controller action to handle this situation as I was not able to find out why this is happening.
My solution was to write the following in the controller: (in the example the ModelSearch[field] hidden input is empty in the request->queryParams)