MDL-80287 grade: escape current value in search templates.

This commit is contained in:
Paul Holden
2023-12-07 08:35:17 +08:00
committed by Ilya Tregubov
parent a6ee7e7396
commit bdbceebb57
3 changed files with 3 additions and 3 deletions
@@ -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}}"