material-components / material-components-ios-codelabs

Codelabs for Material Components for iOS (MDC-iOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDCChipField manual addChip don't have delete button

brunoprospects opened this issue · comments

When I use the - (void)addChip:(MDCChipView *)chip function in MDCChipField and "showChipsDeleteButton" is true, I was expecting it to put the delete button on my new chip.