ComboBox setNewItemHandler not really working

  • 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

https://github.com/vaadin/framework/pull/10445

https://github.com/vaadin/framework/pull/10630

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

https://github.com/vaadin/framework/pull/10445

https://github.com/vaadin/framework/pull/10630

Thank you! It seems to be fixed in 8.3.1