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

Multiple thumb in Range #28056

Closed
pcodedviral opened this issue Jan 15, 2019 · 3 comments
Closed

Multiple thumb in Range #28056

pcodedviral opened this issue Jan 15, 2019 · 3 comments

Comments

@pcodedviral
Copy link

hello sir,

is it possible to add two thumbs in the range currently range can provide only one thumb like in below link

https://getbootstrap.com/docs/4.2/components/forms/#range

but if bootstrap provide this feature in feature update so it makes the design as well as development easiest and faster,
given below link is for an external plugin which currently I used in a project for two-thumb in range

http://seiyria.com/bootstrap-slider/#example-2

also, the range will provide tooltip if possible it was extremely good for design and development

thanks,
Mr. Viral Dhimmar

@MartijnCuppens
Copy link
Member

Hi @pcodedviral,

The range in our docs is a themed <input type="range">. Adding tooltips to the thumb is as far as I know not possible because we can only add javascript events to the input and not to the thumb of an input.

You are referring to a plugin that already exists, if you want any changes on it you could ask it on that repo: https://github.com/seiyria/bootstrap-slider. You can track the request to support Bootstrap 4 here: seiyria/bootstrap-slider#689

@pcodedviral
Copy link
Author

hello MartijnCuppens,

I am not phasing any bug in the range I only suggest you for next bootstrap release, if bootstrap provides a facility for tooltip on a thumb or anywhere else ( some label or alert[javascript event]) so it is useful for developers to exclude one plugin in a project

thanks,
Mr. Viral Dhimmar

@MartijnCuppens
Copy link
Member

Hi @pcodedviral,

I understand your request but we need to limit our components somewhere. https://github.com/seiyria/bootstrap-slider provides the functionality for BS3 and there is an open ticket for BS4 support.

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

No branches or pull requests

2 participants