Skip to content

Commit f2f4de9

Browse files
paodbjavier-godoy
authored andcommitted
fix: call setPresentationValue in onAttach method
Close #33
1 parent b2e1603 commit f2f4de9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/flowingcode/vaadin/addons/chipfield/ChipField.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ private void configureItems() {
201201
@Override
202202
protected void onAttach(AttachEvent attachEvent) {
203203
configure();
204+
setPresentationValue(getValue());
204205
}
205206

206207
@Override

0 commit comments

Comments
 (0)