question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

b-form-group always add mb-3 to class

See original GitHub issue

as in the subject

<b-form-group class="mb-0">....</b-form-group>

results in class=“mb-3 mb-0” in html

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
VividLemoncommented, Nov 12, 2022

I’ll eventually remove it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular reactive forms formgroup instance always undefined
Please add following code in TS File export class GerekceModalComponent implements OnInit { gerekceForm: FormGroup; ngOnInit(): void { this.
Read more >
Input group - Bootstrap
Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs, custom selects, and custom file inputs....
Read more >
FormGroup - Angular
A FormGroup aggregates the values of each child FormControl into one object, with each control name as the key. It calculates its status...
Read more >
FormGroup and FormControl in Angular - LogRocket Blog
FormControl is a class in Angular that tracks the value and validation status of an individual form control. One of the three essential...
Read more >
How To Use Reactive Forms in Angular - DigitalOcean
Step 2 — Adding a Form to the Component Template · formGroup : The form will be treated as a FormGroup in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found