Open
Description
Vue bootstrap makes use of a parent component that requires a label
attribute before it actually has a label. This is currently not enforcable with the configuration options allowed by form-control-has-label
As an example, see this use case:
https://bootstrap-vue.org/docs/components/form-group#label
<b-form-group
label="Enter your name"
label-for="input-horizontal"
>
<b-form-input id="input-horizontal"></b-form-input>
</b-form-group>
Metadata
Metadata
Assignees
Labels
No labels