Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Autofocus only additional email inputs
Signed-off-by: Christopher Ng <[email protected]>
(cherry picked from commit f7dee71)
  • Loading branch information
Pytal committed Aug 17, 2021
commit 26d1ac1f1f3611cd721948b250a5e1cc6fc24c04
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
},
mounted() {
if (this.initialEmail === '') {
if (!this.primary && this.initialEmail === '') {
this.$nextTick(() => this.$refs.email?.focus())
}
},
Expand Down