]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove obsolete paint attribute from ComboBox
authorHenri Sara <hesara@vaadin.com>
Fri, 29 Jul 2016 09:38:10 +0000 (12:38 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 8 Aug 2016 11:37:07 +0000 (11:37 +0000)
This was already in the shared state.

Change-Id: I42f43be136199e6cad259742ee8d7e78c65cf94f

server/src/main/java/com/vaadin/ui/ComboBox.java

index bba261a1105b5d08b59f62e8a922f7f469808971..364b7a3d079a25b5782893d7e816532c4aabfd49 100644 (file)
@@ -262,12 +262,6 @@ public class ComboBox extends AbstractSelect implements
             // clear caption change listeners
             getCaptionChangeListener().clear();
 
-            // If the field is modified, but not committed, set modified
-            // attribute
-            if (isModified()) {
-                target.addAttribute("modified", true);
-            }
-
             if (isNewItemsAllowed()) {
                 target.addAttribute("allownewitem", true);
             }