diff --git a/js/components/text_input.js b/js/components/text_input.js index 883e0a75..7663b957 100644 --- a/js/components/text_input.js +++ b/js/components/text_input.js @@ -95,7 +95,7 @@ export default { } else if (invalidate) { this.showError = true } - this.showValid = valid + this.showValid = this.value != "" && valid // Emit a change event this.$root.$emit('field-change', {