Skip to content

Commit d99ee2b

Browse files
committed
MAGETWO-82954: Admin product search - Pressing enter does not submit #4696 #11827
- Merge Pull Request #11827 from bohemiorulo/magento2:issue-4696 - Merged commits: 1. 29d175d
2 parents 73c7ac2 + 29d175d commit d99ee2b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/grid/filters

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/filters/filters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<scope args="chips" render=""/>
1616

17-
<div class="admin__data-grid-filters-wrap" data-part="filter-form" css="_show: hasVisible() && $collapsible.opened()">
17+
<div class="admin__data-grid-filters-wrap" data-part="filter-form" css="_show: hasVisible() && $collapsible.opened()" keyboard="{ 13: apply }">
1818
<fieldset class="admin__fieldset admin__data-grid-filters">
1919
<legend class="admin__filters-legend">
2020
<span translate="'Advanced filter'"/>

0 commit comments

Comments
 (0)