mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-71039 core_form: support valuehtmlcallback in autocomplete inline
This commit is contained in:
parent
95dd305cc6
commit
960bb02482
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user