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 1e846a4 commit 52e04e6Copy full SHA for 52e04e6
app/code/Magento/Search/view/frontend/web/js/form-mini.js
@@ -253,6 +253,8 @@ define([
253
}
254
this.element.val(this.responseList.selected.find('.qs-option-name').text());
255
this.element.attr('aria-activedescendant', this.responseList.selected.attr('id'));
256
+ this._updateAriaHasPopup(true);
257
+ this.autoComplete.show();
258
259
break;
260
@@ -269,6 +271,8 @@ define([
269
271
270
272
273
274
275
276
277
278
default:
0 commit comments