We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169218b commit cc8ef4dCopy full SHA for cc8ef4d
build/media_source/system/js/fields/joomla-field-user.w-c.es6.js
@@ -143,6 +143,9 @@ class JoomlaFieldUser extends HTMLElement {
143
window.removeEventListener('message', msgListener);
144
dialog.destroy();
145
this.dialog = null;
146
+ // Focus on the input field to re-trigger the validation
147
+ this.inputName.focus();
148
+ this.buttonSelect.focus();
149
});
150
151
this.dialog = dialog;
0 commit comments