Skip to content

Commit 3323531

Browse files
authored
fix(lform-group): Missing return in target ID selection
1 parent 76ee953 commit 3323531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/components/form-group.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
if (this.labelFor) {
189189
// User supplied for target
190190
this.targetId = this.labelFor;
191+
return;
191192
}
192193
// Else find first input with ID
193194
const content = this.$refs.content;

0 commit comments

Comments
 (0)