]> source.dussan.org Git - vaadin-framework.git/commit
Selected option is updated when item caption changes in Select (#9250)
authorTomi Virtanen <tltv@vaadin.com>
Wed, 27 Nov 2013 13:10:41 +0000 (15:10 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 9 Jan 2014 09:48:49 +0000 (09:48 +0000)
commitc5515074b54f37c21d021ab910d2749a9a1bc24d
treea67895d7a724eedace892955cf61c2928cfd32fa
parentfbc48c6ab75479560919a463ba5693b44bb0e811
Selected option is updated when item caption changes in Select (#9250)

Fixed ComboBoxConnector to update input-element text to match the changed item caption. Added SelectItemCaptionRefresh test case and TestBench2 (html) test for it.

Change-Id: I45b2168aab27f83203a59500715ac9aca5357412
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java
uitest/src/com/vaadin/tests/components/select/SelectItemCaptionRefresh.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/select/SelectItemCaptionRefresh.java [new file with mode: 0644]