pchmn / MaterialChipsInput

Implementation of Material Design Chips component for Android
Apache License 2.0
2.63k stars 383 forks source link

ChipView does not inherit the label in the ChipInterface. #108

Open samindaperamuna opened 6 years ago

samindaperamuna commented 6 years ago

ChipView does not automatically use the label property set in the ChipInterface unlike the ChipInput control. It has to be manually specified using chipView.setLabel(chip.getLabel());. Maybe I am doing something wrong.