Hello, I have a simple dash app that currently uses dcc.RangeSlider for sliding through a large number of images. I update the marks
and corresponding labels for the slider with callbacks whenever user annotates portion of the slider and it works great. Now, I want to add a “feature” that enables the user to edit/delete label and corresponding mark of the RangeSlider but unfortunately labels for marks can only take strings and not divs. Any suggestions/ideas on how to make the labels for marks
interactive?