]> source.dussan.org Git - vaadin-framework.git/commit
Fixed resetting of ComboBox if focused and new items allowed (#13413).
authorTapio Aali <tapio@vaadin.com>
Wed, 26 Mar 2014 09:09:23 +0000 (11:09 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 14 Apr 2014 14:50:44 +0000 (14:50 +0000)
commitf0aaf89c18e3953500c6ae93ae2b5437bfb3dcdd
tree2f8628f8f7bbef79f4295be37c67119d58370ff2
parente033fcda3537290a2db1b33ab5e7d5264639f1bb
Fixed resetting of ComboBox if focused and new items allowed (#13413).

Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java
uitest/src/com/vaadin/tests/components/combobox/ComboBoxSetNullWhenNewItemsAllowed.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/combobox/ComboBoxSetNullWhenNewItemsAllowedTest.java [new file with mode: 0644]