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; |
|
} |
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.
ChipFieldAddon/src/main/java/com/flowingcode/vaadin/addons/chipfield/ChipField.java
Lines 293 to 295 in 5e63c61