Skip to content

Commit c0644b1

Browse files
committed
(Copy) Inputs visually labelled with placeholder text (Catalog - Products landing page)
1 parent ceffb8b commit c0644b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Ui/view/base/web/js/grid/controls/bookmarks/bookmarks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ define([
5858
activeView: true,
5959
hasChanges: true,
6060
customLabel: true,
61-
customVisible: true
61+
customVisible: true,
62+
autoselect: 'disabled'
6263
},
6364
listens: {
6465
activeIndex: 'onActiveIndexChange',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<input class="admin__control-text" type="text"
2222
data-bind="
2323
value: customLabel,
24-
autoselect,
24+
autoselect: enabled,
2525
hasFocus: isCustomVisible(),
2626
keyboard: {
2727
13: applyCustom.bind($data),

0 commit comments

Comments
 (0)