Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require custom label components to have a specific attribute #683

Open
Larspolo opened this issue Jan 15, 2023 · 0 comments · May be fixed by #668
Open

Require custom label components to have a specific attribute #683

Larspolo opened this issue Jan 15, 2023 · 0 comments · May be fixed by #668

Comments

@Larspolo
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant