MDL-62848 form: Fix missing support for {{#js}} helper in autocomplete

The form-autocomplete module uses three Mustache templates
core/form_autocomplete_input, core/form_autocomplete_suggestions and
core/form_autocomplete_selection. However, it did not support executing
the JS that is eventually part of those templates.
This commit is contained in:
David Mudrák 2018-07-16 21:45:13 +02:00
parent 175b3708c9
commit 5cdf8d49c7
2 changed files with 20 additions and 4 deletions

File diff suppressed because one or more lines are too long