Skip to content

Commit

Permalink
Focus multicombo fields after adding them from more fields dropdown (…
Browse files Browse the repository at this point in the history
…re: #8004)
  • Loading branch information
quincylvania committed Sep 30, 2020
1 parent 79b6a9d commit 72b6b88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/ui/form_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ export function uiFormFields(context) {
var field = d.field;
field.show();
selection.call(formFields); // rerender
if (field.type !== 'semiCombo' && field.type !== 'multiCombo' && field.type !== 'manyCombo') {
field.focus();
}
field.focus();
})
);

Expand Down

0 comments on commit 72b6b88

Please sign in to comment.