Range Slider Doesn't Show Selected End Value When Values Are >= 1000?

I came across the same thing today. Here's a workaround I found for now:

  1. Hide the label on the width slider:
    image

  2. Add two text fields immediately below the slider to act as the start and end values:
    image

  3. Peg the values of the text fields to the start and end values of the slider component, respectively:
    image
    image

2 Likes