Skip to content

Variable interpolation does not work correctly with bootstrap 4, formControl is used before it's defined. #8

@bwarner

Description

@bwarner

On line 3073 the definition for inputGroup references formControl before it is defined.
This causes the wrong selector to be used.

Look like this is because the rule on line 3315

.btn-toolbar .input-group {
  width: auto;
}

Causes input-group to be generated before form-control which is defined later in the file.

Here is a screenshot of the css.

Screen Shot 2019-11-13 at 10 48 18 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions