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 }]">