-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(range-slider): Add range-slider (double-slider) functionality slider component #13324
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
Conversation
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
CLAs look good, thanks! |
Hi @PhilippS93! This PR has merge conflicts due to recent upstream merges. |
Add range slider (double slider) capability Closes angular#1331
Any news on when this is going to land? Otherwise I need to hack a solution for ssr. |
Iam looking forward to this for ages. Please let it happen :) |
Hey there- we really appreciate the enthusiasm for this feature. For the time being, we aren't going to add this to the mat-slider. While we know a many people want this feature, this is countered by:
We definitely encourage you to share your work as a standalone component, though! |
@jelbourm There is a range slider shown on the official material page, how can it be not in the spec? https://material.io/design/components/sliders.html# |
Huh, I hadn't noticed that one image before. It's strange that exists there but isn't mentioned anywhere else on the page. I'll check with the Material Design UX team to see if it's intentional. |
Following up: talking to someone from the Material Design team, they say that that one image in the spec really shouldn't be in there since the range slider isn't otherwise specified. There's an open bug now to remove it. |
Material Design spec always had range slider images but no text about it and no design alternatives for it. It would be nice to give us some alternative to range sliders if they aren't a good UI component. @jelbourn are currently there any components in this lib we can use as an alternative to range sliders? I'm very excited to know that some code sharing with MDC web can happen. |
Hi guys, any news about this new function? |
Hello guys, is there a way to access this "open bug" in Material Design project and have more visibility on wether there is a possibility to add the specs someday for such iteration on the slider component ? |
Any timeline available for resolving the merge conflicts + PR review? |
really looking forward to this feature |
Anyone knows something about a standalone component compatible with Angular Material? |
Any updates on when this new function will be merged and added to the slider? |
Now that Flutter has double thumb slider too. Could we revive this PR? |
The MDC team does plan to build a slider with multiple thumbs, and we plan to build one based on that once its done |
Any updates on this PR (looks stale) or is there another one tracking this? Thanks. |
Closing this since we don't plan on adding range functionality to the current MatSlider. We will be making a new slider based on top of MDC Web's slider, which does already support range. |
Is there a ETA or roadmap for the new slider? |
No ETA, but the MDC versions of the components are the team's main priority |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Added range slider "two thumb" like shown in the material spec
Added demo in the material demo-app.
See: #1331