-
Notifications
You must be signed in to change notification settings - Fork 161
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
Number inside the slider component balloon #3449
Comments
@corganfuzz I think that your approach is not achievable right now. |
Well...It's simple. When it comes down to time ranges within calendars and sliders , most of the time projects require ranges that are not the same. While some projects stakeholders will say, "I want data for every single day or every 3 days or every 5 days" (range is the same) there are others that will require something like this "I want data for the past 3 days, the past 1 week, the past 12 weeks and yesterday". In which case equal range makes no sense. So, to be able to select, specify and see your own data range is a need I know even angular material cannot do this. I'm also considering the calendar component but I see that it also has an equal range prop. the ideal solution would be something like this , [in the case of the calendar of course] where I can select any range and the range gets shaded. but I digress , My main focus right now is the slider and the balloon value inside now. |
Thank you for the clarifications @corganfuzz. Now it makes a perfect sense, I have discussed your question with @Aleksandyr, the idea is great, I am going to mark this question as Feature request and provide more clarifications below. This will help us to evaluete and prioritize the pending work and start working on it once it is added to our Roadmap. Feature request: Possible Implementation: Code example:
Image: @SlavUI I am assigning you to this Feature request, in order to keep track of it and plan further work. |
@corganfuzz after further discussion with @SlavUI it was decided that we are going to start working on this next sprint (8th of April). You can track the progress of the development from here. |
Yup. Agreed orher packages are doing exactly the same you are proposing. I would like to keep my bundle clean, so not external packages that dont belong to ignite-ui |
Sounds great :) we have the same intention |
refactoring + aria support and labels length validaiton Closes #3449
refactoring + aria support and labels length validaiton Closes #3449
Inside the balloon of the slider component , can the number there be bound to data? I know it makes sense to have equal numbers of steps when you are sliding, however sometimes timelines for some projects makes no sense and have no equal range steps number.
for example for this timeline i have 1 day - 3 days - 7 days - 4 weeks - 12 weeks. obviously this time frame makes no sense. so I will bind the value of the slider to a label to make this possible, and I will hide the balloon.
Since the balloon is not showing. can the number inside that balloon be bound if I decide to show it ?
Thanks
The text was updated successfully, but these errors were encountered: