FlowingCode / ChipFieldAddon

Vaadin Flow integration of https://github.com/ThomasCybulski/paper-chip
Apache License 2.0
7 stars 5 forks source link

Support adding additional items through setValue #36

Closed javier-godoy closed 3 years ago

javier-godoy commented 3 years ago

setValue accepts items (and adds them to both the model and presentation value) even when those items are not present in the DataProvider. If additional items are allowed, this case should be handled as if processing a chip-created created event. If additional items are not allowed, then items not in the DataProvider should be silently discarded.