Skip to content

b-form-group breakpoint missing for bootstrap 4 #1973

Closed
@Mirzo-gh

Description

@Mirzo-gh

Hello,

We can't set breakpoint empty in b-form-group props, for something like col-6. If we set breakpoint="" it will output col--6 but it should be col-6.

//src/components/form-group/form-group.js 
//lines 237-246

labelLayoutClasses () {
    return [
        this.horizontal ? `col-${this.breakpoint}-${this.labelCols}` : null
    ]
},
inputLayoutClasses () {
    return [
        this.horizontal ? `col-${this.breakpoint}-${12 - Number(this.labelCols)}` : null
    ]
},

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions