We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ccc23 commit cdcd034Copy full SHA for cdcd034
src/components/form-group/form-group.js
@@ -313,7 +313,9 @@ export default (resolve, reject) => {
313
return this.$slots['label'] || this.label ? this.safeId('_BV_label_') : null
314
},
315
descriptionId() {
316
- return this.$slots['description'] || this.description ? this.safeId('_BV_description_') : null
+ return this.$slots['description'] || this.description
317
+ ? this.safeId('_BV_description_')
318
+ : null
319
320
hasInvalidFeedback() {
321
// used for computing aria-describedby
0 commit comments