From 32117f2d1206c56137debf31ba9d8a5dc334ce86 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 31 Jan 2019 12:15:21 +0100 Subject: [PATCH] MDL-62514 form: Add missing data-tags attribute The data-tags=1 attribute was missing for the autocomplete forms without suggestions. --- lib/templates/form_autocomplete_input.mustache | 2 +- theme/boost/templates/core/form_autocomplete_input.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templates/form_autocomplete_input.mustache b/lib/templates/form_autocomplete_input.mustache index 38249a88a13..805b1622fa6 100644 --- a/lib/templates/form_autocomplete_input.mustache +++ b/lib/templates/form_autocomplete_input.mustache @@ -39,7 +39,7 @@ {{/showSuggestions}} {{^showSuggestions}} - + {{/showSuggestions}} {{#js}} diff --git a/theme/boost/templates/core/form_autocomplete_input.mustache b/theme/boost/templates/core/form_autocomplete_input.mustache index 20e6430793a..ea4614dcd9a 100644 --- a/theme/boost/templates/core/form_autocomplete_input.mustache +++ b/theme/boost/templates/core/form_autocomplete_input.mustache @@ -39,7 +39,7 @@ {{/showSuggestions}} {{^showSuggestions}} - + {{/showSuggestions}} {{#js}}