Skip to content

Failure to initialize multiple rangesliders of one type #1

@polytropon

Description

@polytropon

When multiple rangesliders of the type shown in the first card, "Basic example..." are created with arbitrary ids, the sliders after the first one do not initialize: The div containers and their contents that are added after the first rangeslider input element (with attributes "ex1" data-slider-id='ex1Slider') are not added to the second one with arbitrary attributes (i.e. id="ex77" data-slider-id='ex77Slider').

Here is the test site:
https://django-gradient-pro.appseed-srv1.com/ac_rangeslider.html

Here is a complete example of the slider that does not initialize when added to the template after the example slider:

<input id="ex77" data-slider-id='ex77Slider' type="text" data-slider-min="0" data-slider-max="20" data-slider-step="1" data-slider-value="14" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions