Steps to reproduce the issue
- Put 3 fields in any of your filter form: com_abc -> forms -> filter_xxxs.xml:
-- one text field, one list field and one calendar field;
- Go to the list view of xxxs;
- Expand the filter bar and filter something via the 3 filters;
- Click the button "Clear".
Expected result
- All 3 filters get cleared;
- All items are unfiltered listed.
Actual result
- The text field and the list field get cleared, but the calendar field not;
- The listed items are still filtered by the calendar date.
Additional comments
The issue doesn't exist in Joomla 4.
Right now we have to add some extra js to avoid such issue in Joomla 6:
js-stools-btn-clear onclick -> empty data-local-value / data-alt-value -> dispatchEvent
Bug Confirmed.