MDL-80287 grade: escape current value in search templates.
This commit is contained in:
committed by
Ilya Tregubov
parent
a6ee7e7396
commit
bdbceebb57
@@ -37,7 +37,7 @@
|
||||
{{$label}}{{#str}}
|
||||
searchgroups, core
|
||||
{{/str}}{{/label}}
|
||||
{{$value}}{{{currentvalue}}}{{/value}}
|
||||
{{$value}}{{currentvalue}}{{/value}}
|
||||
{{$additionalattributes}}
|
||||
role="combobox"
|
||||
aria-expanded="true"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
{{$label}}{{#str}}
|
||||
searchitems, core
|
||||
{{/str}}{{/label}}
|
||||
{{$value}}{{{currentvalue}}}{{/value}}
|
||||
{{$value}}{{currentvalue}}{{/value}}
|
||||
{{$additionalattributes}}
|
||||
role="combobox"
|
||||
aria-expanded="true"
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
{{$label}}{{#str}}
|
||||
searchusers, core
|
||||
{{/str}}{{/label}}
|
||||
{{$value}}{{{currentvalue}}}{{/value}}
|
||||
{{$value}}{{currentvalue}}{{/value}}
|
||||
{{$additionalattributes}}
|
||||
aria-autocomplete="list"
|
||||
data-input-element="user-input-{{uniqid}}"
|
||||
|
||||
Reference in New Issue
Block a user