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 24c5815 commit 29d175dCopy full SHA for 29d175d
app/code/Magento/Ui/view/base/web/templates/grid/filters/filters.html
@@ -14,7 +14,7 @@
14
15
<scope args="chips" render=""/>
16
17
-<div class="admin__data-grid-filters-wrap" data-part="filter-form" css="_show: hasVisible() && $collapsible.opened()">
+<div class="admin__data-grid-filters-wrap" data-part="filter-form" css="_show: hasVisible() && $collapsible.opened()" keyboard="{ 13: apply }">
18
<fieldset class="admin__fieldset admin__data-grid-filters">
19
<legend class="admin__filters-legend">
20
<span translate="'Advanced filter'"/>
0 commit comments