ChipView does not inherit the label in the ChipInterface.
Opened this issue · 0 comments
samindaperamuna commented
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.