Skip to content

Commit b0a6729

Browse files
committed
AC1289:Inputs visually labelled with placeholder text
1 parent 302f6c5 commit b0a6729

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
i18n: placeholder,
1414
attr: {
1515
id: index,
16-
placeholder: $t(placeholder)
16+
placeholder: $t(placeholder),
17+
'aria-label':$t(placeholder)
1718
},
1819
textInput: inputValue,
1920
hasFocus: focused,

0 commit comments

Comments
 (0)