Improve usability

This commit is contained in:
syuilo 2019-05-24 03:57:03 +09:00
parent 2270fbf3ee
commit 50251955cd
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -98,7 +98,7 @@ export default Vue.extend({
return {
inputValue: this.input && this.input.default ? this.input.default : null,
userInputValue: null,
selectedValue: null,
selectedValue: this.select ? this.select.items ? this.select.items[0].value : this.select.groupedItems[0].items[0].value : null,
faTimesCircle, faQuestionCircle
};
},