Skip to content

Commit

Permalink
MDL-71039 core_form: support valuehtmlcallback in autocomplete inline
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Mar 4, 2021
1 parent 95dd305 commit 960bb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/form/templates/element-autocomplete-inline.mustache
Expand Up @@ -12,7 +12,7 @@
{{/error}}
{{{element.attributes}}} >
{{#element.options}}
<option value="{{value}}" {{#selected}}selected{{/selected}}>{{{text}}}</option>
<option value="{{value}}" {{#selected}}selected{{/selected}}{{#html}} data-html="{{html}}"{{/html}}>{{{text}}}</option>
{{/element.options}}
</select>
{{/element.frozen}}
Expand Down

0 comments on commit 960bb02

Please sign in to comment.