I have a filter for categories, but instead of having a category for “all” I want to have a button that resets the filters pressed by the user.
The only thing I need is that the button deletes the “temporary search phrase” field for the logged in user. Is there a smart way to go about it?
The problem with having a search filter containing “All” is that my button for resetting filters should only be visible if the logged in user → “temporary search phrase” = empty.
I think better to go with the date = none, one less link in the chain and less risk of layout issues. It has been mentioned that hidden inputs can be found in certain scenarios, unless of course it is on a different screen altogether. Each to their own, and one day Adalo will give us native “null” as an option.
Especially important to consider use of hidden inputs in web based apps IMO.