Skip to content

Commit

Permalink
fix(lform-group): Missing return in target ID selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Sep 8, 2017
1 parent 76ee953 commit 3323531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/form-group.vue
Expand Up @@ -188,6 +188,7 @@
if (this.labelFor) {
// User supplied for target
this.targetId = this.labelFor;
return;
}
// Else find first input with ID
const content = this.$refs.content;
Expand Down

0 comments on commit 3323531

Please sign in to comment.