-
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
Slider labels feature #4540
Slider labels feature #4540
Conversation
…into slider-labels-feature
refactoring + aria support and labels length validaiton Closes #3449
…into slider-labels-feature
This PR needs further updates related to the thumb labels, due providing users with ability to implement custom templates representing those labels. The main goal for exposing them was to allow users cut off the text that the label contains. As we've already discussed with @simeonoff, below are the changes that need to be added. %igx-thumb-label {
max-width: rem(80px);
overflow: hidden;
} |
rename thumbfrom template use them in the sample Closes #3449
@simeonoff has updated the slider sample in order to show how the user can manipulate the label in order to fit the text within the thumbs. |
@Aleksandyr update che changelog as well |
…into slider-labels-feature
I tested this PR and found some issues:
|
…into slider-labels-feature
…gniteui-angular into slider-labels-feature
API documentation should be updated. |
Closes #3449
Closes #4562
Closes #4559
Closes #2622
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes