-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Description
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
Labels
No labels