Ordered the shortcut listener on the press of Enter key for querying the
filtered data. Signed-off-by: Gaurav <gaurav.sahay@in.bosch.com>
This commit is contained in:
@@ -86,6 +86,7 @@ public class AutoCompleteTextFieldComponent extends HorizontalLayout {
|
|||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void postConstruct() {
|
public void postConstruct() {
|
||||||
new TextFieldSuggestionBox(rsqlValidationOracle, this).extend(queryTextField);
|
new TextFieldSuggestionBox(rsqlValidationOracle, this).extend(queryTextField);
|
||||||
|
queryTextField.addShortcutListener(new EnterShortCutListener());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user