-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow date-range filter to be cleared (and show records of any date) #1967
Comments
UI wise there could be an "All" option in the panel of de date range popup. But we should also enable the "All" option by clearing the dates in the text input field. And we might also introduce the possibility of only entering only one of the two date borders in the input field. All of this should also be reflected in the URL and also work the other way round, meaning that changing the URL should change the filter setting in the adequate way. |
closes #1967 Co-authored-by: Simon <simon@aam-digital.com>
🎉 This issue has been resolved in version 3.24.0-master.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.24.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
It is currently not possible to clear the filter of a selected date range. Users should be able to reset that and show all records of the list without filtering by date, if they want to.
We could look at this even more generically also: Allowing to clear any filter. Currently, we add an "All" option to dropdown filters automatically to allow all results to show.
The text was updated successfully, but these errors were encountered: