Skip to content

Require custom label components to have a specific attribute  #683

Open
@Larspolo

Description

@Larspolo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions