MaterialChipsInput icon indicating copy to clipboard operation
MaterialChipsInput copied to clipboard

chip_hasAvatarIcon Bool not working

Open JonathanImperato opened this issue 8 years ago • 0 comments

This is my xml

<com.pchmn.materialchips.ChipsInput android:id="@+id/additional_ingredients" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:hint="Additional Ingredients" app2:chip_hasAvatarIcon="false" app:layout_constraintTop_toBottomOf="@id/step_two_command" />

But i still see the icon with the first letter of the chip.

JonathanImperato avatar Jan 24 '18 19:01 JonathanImperato