From 1b2e091a694592f93d8df94e0a74a67a1b5de6f9 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Thu, 9 Aug 2018 14:26:45 -0400 Subject: [PATCH] get rid of duplicate class declaration --- templates/components/text_input.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/components/text_input.html b/templates/components/text_input.html index 189504ed..4c52a634 100644 --- a/templates/components/text_input.html +++ b/templates/components/text_input.html @@ -8,8 +8,7 @@ inline-template>
+ v-bind:class="['usa-input {% if field.errors %}usa-input--error{% endif %} usa-input--validation--' + validation, { 'usa-input--error': showError, 'usa-input--success': showValid }]">