- Issue created by @pcate
- ๐ง๐ทBrazil carolpettirossi Campinas - SP
I'm facing the exact same issue.
- ๐ฉ๐ชGermany Anybody Porta Westfalica
Same issue here! It's even worse, all the values intered in the form behind the modal are then lost, as the page reloads!
Presumably this is kind of duplicate of this issue ๐ On views with AJAX enabled, exposed filter "reset" causes page load Active , but I think we should keep both open as this one shows how critical the result of the page reload can be! - ๐ฎ๐ณIndia AditiVB
Aditi Saraf โ made their first commit to this issueโs fork.
- ๐บ๐ธUnited States bkosborne New Jersey, USA
Ran into this myself after proudly adding the missing "reset" button for the filters. It's too bad, as it would really improve the UX if we could add the button, especially to reset the text filter.
- ๐ฌ๐งUnited Kingdom aaron.ferris
I've also recently come across this. We've hidden the button if it can't be used in certain scenarios.
I wonder how complex the issues with the form reset are based on the comment in https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/views... probably not trivial.
// Exclude the reset buttons so no AJAX behaviors are bound. Many things // break during the form reset phase if using AJAX.
- ๐ฎ๐ณIndia adwivedi008
@aaron.ferris I think hiding the reset button won't work.
In certain cases, we can hide it but from the user's perspective it would be not very clear if the button is visible at certain places and hidden from certain places
- ๐ฌ๐งUnited Kingdom aaron.ferris
@adwivedi008 - indeed, but felt preferable to a button that exists which completely breaks.
- ๐บ๐ธUnited States joshua.boltz
I get it, this seems complicated, but seems like it lost traction. Has this moved into another issue?