Bug Description:
After applying filters on the page and refreshing it, the previously applied filter options remain selected/active in the UI, even though the data may have reset or not reflect those filters. This creates confusion for users, as the visible filter state does not match the actual data displayed.
Steps to Reproduce:
- Navigate to the page with filtering options.
- Apply one or more filters (e.g., date, status, category).
- Observe the filtered data.
- Refresh the page manually (F5 or browser refresh).
- Check the filter options again.
Expected Result:
After refresh, the filter inputs should reset to default (i.e., unselected), or the data shown should reflect the selected filters.
Actual Result:
Filters appear to remain selected in the UI, but the data resets, causing mismatch between visible filters and actual result.
Leave a Reply