add noMaxWidth, label and description overrides to text input

This commit is contained in:
Andrew Croce
2018-09-13 12:59:30 -04:00
committed by dandds
parent 4eaacce321
commit 19e80cd183
2 changed files with 17 additions and 5 deletions

View File

@@ -19,7 +19,8 @@ export default {
default: () => ''
},
initialErrors: Array,
paragraph: String
paragraph: String,
noMaxWidth: String
},
data: function () {