diff --git a/js/components/text_input.js b/js/components/text_input.js index ea210cb0..962fcabf 100644 --- a/js/components/text_input.js +++ b/js/components/text_input.js @@ -31,7 +31,6 @@ export default { type: Boolean, default: false, }, - insetForm: Boolean, }, data: function() { @@ -61,7 +60,7 @@ export default { this._checkIfValid({ value: this.value, invalidate: true, - showValidationIcon: !this.insetForm, + showValidationIcon: false, }) if (this.mask && this.validation !== 'email') { diff --git a/templates/components/phone_input.html b/templates/components/phone_input.html index f63e0c39..62a1c18a 100644 --- a/templates/components/phone_input.html +++ b/templates/components/phone_input.html @@ -3,10 +3,10 @@ {% macro PhoneInput(phone_number, phone_ext, placeholder_phone="") %}