Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 0be044e

Browse files
committed
magento/magento2#4696: Admin product search - Pressing enter does not submit[forwardport].
1 parent e150a7e commit 0be044e

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)