bootstrap-slider
bootstrap-slider copied to clipboard
A slider control for Bootstrap 3 & 4.
This is the fix for issue described several years ago in https://github.com/seiyria/bootstrap-slider/issues/625 To reproduce this issue, just scale the container of the Bootstrap Slider with CSS, set `transform: scale(N)`, where...
I try to make the bootstrap slider work with electron. Installed via npm and tried to include it which didn´t work. Also tried to include it via the index.html and...
When css zoom property is in effect and larger than 1, slider does not work
I tried adding a custom image, added --> handle: custom Added CSS --> .slider-handle.custom { background: transparent none; /* Add your background image */ background-image: url("http://icons.iconarchive.com/icons/custom-icon-design/pretty-office-8/128/Accept-icon.png"); background-size: contain; } also...
Pull Requests ============= Please accompany all pull requests with the following (where appropriate): - [ ] unit tests (we use [Jasmine 2.x.x](https://jasmine.github.io/2.2/introduction)) - [ ] JSFiddle (or an equivalent such...
We're using CSS variables in our base layout. The `mix` mixin can not work with CSS variables and there currently is now way to override those colors. Therefore it should...
Looks like PR #580 has been merged, and yet the update is not in the codebase: https://github.com/seiyria/bootstrap-slider/commit/649128f401c9b1aa301faf10486d89d5ad8ab688 https://github.com/seiyria/bootstrap-slider/issues/578#issuecomment-626176829
What I am missing is a state, where the slider has no value yet. This is needed, when you need to collect a value from the user and only from...
Hi all, I am interested in making a dual-range slider with different steps. For example: 100, 200, 300, 500, 750, 1000, 1500, 2000, 3000. But same visual distance |----|----|----|----|----|----|----| It's...
Are you going to add support for Bootstrap 5? Thank you!