Skip to content

Suggestion: Select #191

@martinbaste

Description

@martinbaste

I'd like to add a suggestion to support Bootstrap's select in forms.

I wanted to use it in an dbc.InputGroup element but noticed that there is no dbc.Select element.

It is not really urgent as it can be created using html elements with the proper class:

dbc.InputGroup([
    html.Select([html.Option(1)], className="form-control"),
        dbc.InputGroupAddon(
            dbc.Button("Add", id="input-group-button"),
            addon_type="append",
        ),
])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions