Browse Source

Remove unused field in ComboBox

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

+ 0
- 7
server/src/main/java/com/vaadin/ui/ComboBox.java View File

@@ -162,13 +162,6 @@ public class ComboBox extends AbstractSelect implements
*/
private boolean scrollToSelectedItem = true;

/**
* If text input is not allowed, the ComboBox behaves like a pretty
* NativeSelect - the user can not enter any text and clicking the text
* field opens the drop down with options
*/
private boolean textInputAllowed = true;

private ItemStyleGenerator itemStyleGenerator = null;

public ComboBox() {

Loading…
Cancel
Save