Dashboard Click Behavior on 2nd click

I am seeing unexpected filter behavior when a user clicks on the table value a 2nd time. I have a table and a text filter linked together with the click behavior of the table set to update that filter based on the column value. When clicked, the filter is updated to match that value and the table updates as expected. If the user decides to or accidentally clicks the column value again (same column), the filter resets to empty. In a more complicated version there are multiple filters with their own column. I only see the filter for that column reset if it is clicked again.

Is this a function that can be turned on and off somewhere or just the behavior of the filters? I am using v0.50.18.

Hey dhitchcock

Yeah, what you're seeing is the expected functionality.
Clicking on that column updates the dashboard filter that's linked to it through click behavior. Clicking once again clears that specific filter.

Thanks.