FlowingCode / ChipFieldAddon

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

fix: setting readonly still allows deleting chips #39

Closed javier-godoy closed 3 years ago

javier-godoy commented 3 years ago

Implement fixes required by #34. Also, add support for TestBench integration tests (which will be implemented in a separate branch)

fix: track additional items Additional items were not returned by findItemByLabel Close #35

fix: support adding additional items through setValue If additional items are allowed, non-existing items are always tracked as additional items. If additional items are not allowed, then setPresentationValue sanitizes the input by ignoring such items. Close #36