Skip to content

Class name of new range control #25742

@ysds

Description

@ysds

The new range control is defined with .custom-range class, but I wonder why it is CUSTOM.

The following is a list of bootstrap custom forms:

image

Why not .from-control-range or .form-range ?

Furthermore, I found .form-control-range class in the current SCSS:

// Make file inputs better match text inputs by forcing them to new lines.
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}

but .form-control-range is not documented anywhere.
@mdo Any chance to treat the new range control as a standard or default rather than a custom, and change the class name to .from-control-range or .form-range?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions