bootstrap
bootstrap copied to clipboard
Support for input range ticks
Prerequisites
- [X] I have searched for duplicate or closed feature requests
- [X] I have read the contributing guidelines
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 https://github.com/twbs/bootstrap/pull/39854#issue-2219578412
Bump. Would love to have this.
Need ticks for range inputs with Bootstrap also