You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
The "Reset filters" button in the component style tab does not properly clear the type filter. Applied filters to the table are correct but visually, the field still has a value.
The "Reset filters" button in the component style tab does not properly clear the type filter. Applied filters to the table are correct but visually, the field still has a value.
Example here: https://material.angular.io/components/autocomplete/styling
Steps to reproduce
When page is loaded, 3 tokens are displayed:
If I filter by type "Color", works fine, 1 token is displayed:
But, if I click on "Reset filters", all 3 tokens are displayed but visually the "Color" option is still selected in "Filter by type" field:
This issue affects every components styling tab.
The text was updated successfully, but these errors were encountered: