Remove inset_form prop from text inputs

This commit is contained in:
graham-dds
2019-08-27 15:59:51 -04:00
parent aff4caa83f
commit 1901172d6e
6 changed files with 10 additions and 13 deletions

View File

@@ -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') {