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.
2 parents e130755 + 32ee286 commit 8b6b9b5Copy full SHA for 8b6b9b5
app/code/Magento/Ui/view/base/web/templates/grid/search/search.html
@@ -14,14 +14,14 @@
14
attr: {
15
id: index,
16
placeholder: $t(placeholder),
17
- 'aria-label':$t(placeholder)
+ 'aria-label': $t(placeholder),
18
},
19
textInput: inputValue,
20
hasFocus: focused,
21
keyboard: {
22
13: apply.bind($data, false),
23
27: cancel
24
- }"/>
+ }">
25
<button class="action-submit" type="button" click="apply.bind($data, false)" attr="'aria-label': $t('Search')">
26
<span translate="'Search'"></span>
27
</button>
0 commit comments