When the app loads the 'Completed' filter is selected by default but the data in the grid is showing all trips regardless of status. If you select another filter or change filters it will update accordingly. If you close the app and reopen it loads the last filter state from local storage, but the issue remains that it is not showing the filtered trips.
Please refer the replication steps and attached ticket link for more info:
- Run the attached sample.
- Initially, trip status was in random. But in checkbox it was selected as only completed
- Again, select Canceled status. Now trip status was only completed and cancel.
- Then refresh the page.
- Now cancelled and completed checkbox was maintained, but trip status was in random.
- This was an issue.