@@ -66,6 +66,11 @@ export default {
}
},
methods: {
+ seriesNameInputHandler() {
+ if (this.$refs.sequenceInput) {
+ this.$refs.sequenceInput.setFocus()
+ }
+ },
setInputFocus() {
if (this.isNewSeries) {
// Focus on series input if new series
@@ -134,4 +139,4 @@ export default {
},
mounted() {}
}
-
\ No newline at end of file
+
diff --git a/client/components/ui/InputDropdown.vue b/client/components/ui/InputDropdown.vue
index 1567fd5b..314bc6e2 100644
--- a/client/components/ui/InputDropdown.vue
+++ b/client/components/ui/InputDropdown.vue
@@ -4,13 +4,13 @@
- -
+
-
{{ item }}
@@ -30,7 +30,10 @@