Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for input range ticks #39849

Open
2 tasks done
abhishek-junghare opened this issue Mar 29, 2024 · 1 comment
Open
2 tasks done

Support for input range ticks #39849

abhishek-junghare opened this issue Mar 29, 2024 · 1 comment
Labels

Comments

@abhishek-junghare
Copy link

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.

@joel6948
Copy link

joel6948 commented Apr 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants