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>() {
|
nameTxt.addSelectionHandler(new SelectionHandler<Suggestion>() {
|
||||||
@Override
|
@Override
|
||||||
public void onSelection(SelectionEvent<Suggestion> event) {
|
public void onSelection(SelectionEvent<Suggestion> event) {
|
||||||
|
nameTxtBox.setFocus(true);
|
||||||
if (submitOnSelection) {
|
if (submitOnSelection) {
|
||||||
submitOnSelection = false;
|
submitOnSelection = false;
|
||||||
doAdd();
|
doAdd();
|
||||||
|
Reference in New Issue
Block a user