FlowingCode/ChipFieldAddon

Updating the itemLabelGenerator has no effect on chips

Closed this issue · 0 comments

Observed behavior:
After updating the itemLabelGenerator, existing chips keep the label that had been generated with the older itemLabelGenerator.

Expected behavior:
Updating the itemLabelGenerator should update the labels of existing items.

public void setChipLabelGenerator(ItemLabelGenerator<T> itemLabelGenerator) {
this.itemLabelGenerator = itemLabelGenerator;
}