Adds support for 'text' classification
This commit is contained in:
parent
7751d27f80
commit
f12774532a
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -171,6 +171,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
classification () {
|
classification () {
|
||||||
|
if (this.isTextInput) return 'text'
|
||||||
if (this.isBoxInput) return 'box'
|
if (this.isBoxInput) return 'box'
|
||||||
if (this.isButtonInput) return 'button'
|
if (this.isButtonInput) return 'button'
|
||||||
if (this.isSelectInput) return 'select'
|
if (this.isSelectInput) return 'select'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user