Convert text inputs on ServiceUpdateEmailBranding

Includes changes to templates that use this form
and associated tests.
This commit is contained in:
Tom Byers
2020-08-06 15:36:34 +01:00
parent 87beaf49ae
commit a3e661830d
6 changed files with 26 additions and 18 deletions

View File

@@ -8,9 +8,9 @@
this.start = component => {
this.$input = $('input', component);
this.$input = $(component);
$(component).append(
this.$input.closest('.govuk-form-group').append(
this.$preview = $('<span class="textbox-colour-preview"></span>')
);