We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
form-range
<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>
Functionality is already there in the browser, but it's not working with Bootstrap.
The text was updated successfully, but these errors were encountered:
i have created pr for it may this may works a bit #39854 (comment)
Sorry, something went wrong.
Bump. Would love to have this.
Need ticks for range inputs with Bootstrap also
No branches or pull requests
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.Motivation and context
Functionality is already there in the browser, but it's not working with Bootstrap.
The text was updated successfully, but these errors were encountered: