tylersuehr7 / chips-input-layout

A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
MIT License
583 stars 63 forks source link

Avatar shows up in chip filter list when avatar is disabled #38

Open mcastagnolo opened 6 years ago

mcastagnolo commented 6 years ago

The default avatar with the first letter of the item shows up in the dropdown filter list even when you set the avatar as disabled. I'd assume it should be hidden in all cases when that option is disabled.