When using rangeSlider within the input group, the behavior is unexpected. Rangeslider doesn’t slide.
dbc.InputGroup(
[
dbc.Label("Price"),
dcc.RangeSlider(
#id='slider',
min=0,
max=80,
#included=False,
value=[10,80]
)
],
#className="mb-3",
#style={'margin-top':'20px','width': '100%', 'float': 'left'},
),

1 post - 1 participant

.jpg)





