vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.78k stars 729 forks source link

fix: Skip value change event from writing back of converted value #12367

Closed Ansku closed 3 years ago

Ansku commented 3 years ago

(#12360)

This is both a optimization by skipping duplicate validation round and avoids ConcurrentModificationExpectation being thrown certain corner cases.