]> source.dussan.org Git - vaadin-framework.git/commit
ComboBox no longer displays input prompt if disabled or read-only (#10573)
authorTeemu Pòˆntelin <teemu@vaadin.com>
Fri, 13 Jun 2014 15:07:48 +0000 (18:07 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 17 Jun 2014 04:48:13 +0000 (04:48 +0000)
commitdc08a1c857d75e964a47842f4a2a9538878457b9
tree833f60c1c3564bcb670b3b22f33ae027fe7e2758
parent4e68548c1a28746fdd74a7465a12fb9e67856044
ComboBox no longer displays input prompt if disabled or read-only (#10573)

Change-Id: I3e0ad83bc5ec4a98a0c8e7658dfb606c6c5dc191
client/src/com/vaadin/client/ui/VFilterSelect.java
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java
uitest/src/com/vaadin/tests/components/combobox/ComboBoxInputPrompt.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/combobox/ComboBoxInputPromptTest.java [new file with mode: 0644]