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 afe34ec commit 0e7b602Copy full SHA for 0e7b602
js/com/component/PopupComponent.js
@@ -835,6 +835,9 @@ define([
835
openInnerPopup(title) {
836
$(this.wrapSelector('.vp-inner-popup-title')).text(title);
837
$(this.wrapSelector('.vp-inner-popup-box')).show();
838
+
839
+ // focus on first input
840
+ $(this.wrapSelector('.vp-inner-popup-box input[type=text]:not(:disabled):visible:first')).focus();
841
}
842
843
/**
0 commit comments