Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

RangeSlider in the input group doesn't work, probably a bug

$
0
0

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'},
       ),

Screenshot 2020-07-16 at 8.16.36 PM

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images