vaadin-component-factory / multi-combo-box-flow

https://incubator.app.fi/multi-combo-box-flow-demo/
Apache License 2.0
3 stars 1 forks source link

ValueChangeListener is "eager" #4

Closed jcgueriaud1 closed 4 years ago

jcgueriaud1 commented 4 years ago

ValueChangeListener is fired for every changes (for every selection).

It should/could be fired only when the the overlay is closed.

One solution is to fire a different event when the overlay is closed and the value has changed.