Update:Editing series on book in edit modal sets focus to first available input #889

This commit is contained in:
advplyr
2022-08-03 18:38:08 -05:00
parent 8810f90226
commit 87d1f457ba
4 changed files with 32 additions and 2 deletions

View File

@ -89,6 +89,9 @@ export default {
// this.currentSearch = this.textInput
}, 100)
},
setFocus() {
if (this.$refs.input && this.editable) this.$refs.input.focus()
},
inputFocus() {
this.isFocused = true
},