twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Home Page:https://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for input range ticks

abhishek-junghare opened this issue · comments

Prerequisites

Proposal

I can see the ticks if I don't include the bootstrap form-range class. But whenever I add that class, the ticks are gone.

<input type="range" min="100" max="500" class="form-range" list="range-list">
<datalist id="range-list">
   <option value="100">
   <option value="200">
   <option value="300">
   <option value="400">
   <option value="500">
</datalist>

Motivation and context

Functionality is already there in the browser, but it's not working with Bootstrap.

i have created pr for it may this may works a bit
#39854 (comment)