]> source.dussan.org Git - vaadin-framework.git/commit
Fix ComboBoxElement clear method (#11483)
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Wed, 6 Mar 2019 14:18:40 +0000 (16:18 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2019 14:18:40 +0000 (16:18 +0200)
commit41ef058ba8a99d7603e98e122b9e60fa2dbf33c9
tree97e9899ab27b864102c73ffff95beba850ccceaf
parent6854108f316d04b8c5c10cc0add38f6158b43845
Fix ComboBoxElement clear method (#11483)

Explicitly reset the value in case if it was cleared.
Ignore the case for selecting a suggestion.

Fixes vaadin/testbench#1122
testbench-api/src/main/java/com/vaadin/testbench/elements/ComboBoxElement.java
uitest/src/test/java/com/vaadin/tests/components/ErrorLevelsTest.java
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxSelectingNewItemValueChangeTest.java