SeasonedInput can now be initialized with a value
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
inputValue: undefined,
|
||||
inputValue: this.value || undefined,
|
||||
tempType: undefined
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user