- Go https://demo.vaadin.com/sampler/#ui/data-input/multiple-value/combo-box
- Select some country (let’s say ANGOLA)
- Notification says “Value changed: ANGOLA”
- Focus is now in combobox, type “wtf” right there (now we have “ANGOLAwtf”)
- Click somewhere else
- “wtf” disappears (“ANGOLA” is still there)
- Click combo box and type wtf again (we have “ANGOLAwtf” again")
- Now click somewhere else
- Notification says “Value changed: ANGOLAwtf”
- Now it’s working…
Which Vaadin version you have been using?
Check these two patches and test either Vaadin 8.3.1 or 8.4-SNAPSHOT and if it works
Tatu Lund:
Which Vaadin version you have been using?Check these two patches and test either Vaadin 8.3.1 or 8.4-SNAPSHOT and if it works
Thank you! It seems to be fixed in 8.3.1