Browse Source

Remove obsolete paint attribute from ComboBox

This was already in the shared state.

Change-Id: I0587519cc0560166e74f0a922c1b42397082c6a1
feature/eventbus
Henri Sara 7 years ago
parent
commit
d00406641e
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      server/src/main/java/com/vaadin/ui/ComboBox.java

+ 0
- 6
server/src/main/java/com/vaadin/ui/ComboBox.java View 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);
}

Loading…
Cancel
Save