Merge "Upon selection in AddMemberBox, focus the box's text field"
This commit is contained in:
@@ -72,6 +72,7 @@ public class AddMemberBox extends Composite {
|
||||
nameTxt.addSelectionHandler(new SelectionHandler<Suggestion>() {
|
||||
@Override
|
||||
public void onSelection(SelectionEvent<Suggestion> event) {
|
||||
nameTxtBox.setFocus(true);
|
||||
if (submitOnSelection) {
|
||||
submitOnSelection = false;
|
||||
doAdd();
|
||||
|
Reference in New Issue
Block a user