components
components copied to clipboard
Range Slider
Bug, feature request, or proposal:
Feature request
What is the expected behavior?
What is the current behavior?
We manipulate a single value.
What are the steps to reproduce?
Not applicable
What is the use-case or motivation for changing an existing behavior?
For input a range (start and end) besides just one value. Currency, date, time... several motivations.
Which versions of Angular, Material, OS, browsers are affected?
Latest
Is there anything else we should know?
I think JQuery UI also could be a good source of new UI features for material2.
any news on this?
I don't think this is a priority for us since its not part of the material spec
I understand. It would be considered a future enhancement. I see Ionic Range could be a good inspiration (there is an example - see structure field). And it's on top of Angular 2.
i really really hope, that they implement it... I know people who use ionic, only because in material is no range slider...
Any news? Really nice to have.
+1 this is really important for a lot of applications
Any news?
News about?
+1
+1
- 1
+1
+1
+1
Good inspiration:
- https://github.com/leongersen/noUiSlider
- https://codepen.io/davidchin/full/GpNvqw
<!-- auto range slider -->
<mat-slider values="[10, 22, ...]"></mat-slider>
<!-- explicit range slider -->
<mat-slider range values="[10, 22, ...]"></mat-slider>
@troelssiggaard @ghal @alexlevy0 @KKHAN1991 @hatem20 @dniadzelka @franckie20 Please don't spam others who have watched this repository with +1s. Just click on the thumbs up emoji on the top post.
Hi and sorry for the flood Any news on this ? It would be really nice to have, for many apps
After 1,5 years of this issue opened, MD2 still don't have it? Really? Maybe someone have a custom realisation of this component (CDK, huh)?
I use primeng for the slider range. Hope material add it
Any news?
This is not cool and not usual at all:
😞
Its a low priority but very usefull for everyone :(
like this https://material.io/design/components/sliders.html#usage
Finally it's on Material spec! 🎉
Ref: https://material.io/design/components/sliders.html#usage
Bumping the priority since this is part of the spec now. FYI to everyone watching this thread: you may want to follow https://github.com/angular/material2/issues/10774 as well, as it's a pre-req to making the material version
When we can expect range slider in angular material guys..?
This feature is very important. Having 2 slides for max and min value is not a user experience i would want
👍 🥇
As an alternative I've found this component: https://www.primefaces.org/primeng/#/slider
@Kiennyo but the styling is a struggle! were you able to make it look like angular material one or at least ionic?