mlaursen / react-md

React material design - An accessible React component library built from the Material Design guidelines in Sass
https://react-md.dev
MIT License
2.33k stars 300 forks source link

Do not display check icon when chip is not selected in Filter Chips #1432

Closed lpb313 closed 9 months ago

lpb313 commented 1 year ago

The check icon is visible on the filter chips demo when the chips are not selected : https://codesandbox.io/s/fv1fpu

Capture

MarekPrim commented 1 year ago

Tested this in my app, the icon dissapears when the disableIconTransition is set to true.