- 🇦🇲Armenia murz Yerevan, Armenia
Attaching a related Core issue with missing API: ✨ Form api does not have any Reset button Active
- Create an AJAX enabled view with exposed filters (preferably a couple, at least one being text/string filter), enable the reset button
- Load the view page - no reset button
- click filter submit button
- Reset button appears
- Click Reset button
- View is refreshed but reset button never disappears and the views query is not the same as the initial load
- Do the same with no AJAX for the view and it works as expected
Overwrite the views exposed input during exposed form submission, otherwise exposed input is rebuilt from the current (AJAX POST) request data with contains the exposed values again.
Tests?
Fixed
8.9 ⚰️
views.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Attaching a related Core issue with missing API: ✨ Form api does not have any Reset button Active