]> source.dussan.org Git - vaadin-framework.git/commit
Selection handling fix when adding new item to ComboBox. (#10445)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Tue, 30 Jan 2018 09:53:10 +0000 (11:53 +0200)
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Wed, 31 Jan 2018 12:27:32 +0000 (14:27 +0200)
commit545d8deef0ccedb460ded8a7ae75a5da5264fc02
tree3eedd608108847341b21d58b70350aaf70ae7020
parent3bfe3e67ca2c1d11458e08abdb51cd5bb1fa6073
Selection handling fix when adding new item to ComboBox. (#10445)

Fixes #10284
client/src/main/java/com/vaadin/client/ui/VComboBox.java
client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java
server/src/main/java/com/vaadin/ui/ComboBox.java
shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxClientRpc.java [new file with mode: 0644]
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboBoxSelectingNewItemValueChange.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxSelectingNewItemValueChangeTest.java [new file with mode: 0644]