#select_filter and unique values

I have a “status” column in my grid that contains the values of “Active” and “Inactive”. When using #select_filter in the header, if I select “Inactive” I see only the rows with a status of “Inactive”, which is correct. But when I select “Active”, I still see all of the “Active” plus “Inactive” rows. I assume the grid is filtering by some sort of inclusion and not an exact match. Is there a way to change this?

Change #select_filter to #select_filter_strict