Maybe this could help someone that might’ve experienced the same thing as I did or invite someone that has a better solution to share. I am sure there is a better solution.
I am using a date picker as a filter for a table, and the issue that I was having is that I couldn’t clear the date after selection.
So after a few hours of fiddling around, searching YouTube, and rewriting how to clear/reset the date picker in the community search, I took a break, watched a movie on Netflix, and came back with a workaround.
I added an icon that only appears when the date picker start and end dates are not empty.
Then added a workflow for when the icon is clicked, it would reset the start and end date.
and then edited the conditional render for the date picker placeholder to show preview if the start and end date variables have
a value, and if not, show “Select a date”
This serves as a solution to my issue, so I thought I would share