Skip to content

Commit eef68e9

Browse files
committed
ACP2E-1135: Magento combobox error with japanese text
1 parent 254c17b commit eef68e9

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/filters/elements/ui-select.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@
124124
id: uid+2,
125125
placeholder: filterPlaceholder
126126
},
127-
valueUpdate: 'afterkeydown',
128-
value: filterInputValue,
127+
textInput: filterInputValue,
129128
hasFocus: filterOptionsFocus
130129
"/>
131130
<label

0 commit comments

Comments
 (0)