We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
having the following options
value: number = 123; options: Options = { floor: 0, ceil: 250, rightToLeft: true, translate: (value: number): string => { return `Maximun ${value} hours`; }, };
the max label(ngx-slider-model-value) gets outside the window, and doesn't stop at left:0px
https://ngx-slider-simple-slider-example-vdofzc.stackblitz.io
The text was updated successfully, but these errors were encountered:
No branches or pull requests
having the following options
the max label(ngx-slider-model-value) gets outside the window, and doesn't stop at left:0px
https://ngx-slider-simple-slider-example-vdofzc.stackblitz.io
The text was updated successfully, but these errors were encountered: