Filter values keep existing out of nowhere.
I have this dashboard:
as you can see I have a bunch of filters in my homepage to filter my stats.
earlier today I had some other filters to test other things but I have now removed them.
yet they still appear in my url when I select filters. see the screenshot for the filters I am talking about.
as you can see,
type
and month
exist in my query string but nowhere in my code.
3 Replies
Are they added again when you remove them? They might be saved to the session
yes, exactly. I thought of sessions too, but no sessions match their names.
maybe encrypted cookies or something
I'll delete all storage data and try anyways
Use this in your page