We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73c7ac2 + 29d175d commit d99ee2bCopy full SHA for d99ee2b
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