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
https://stackblitz.com/edit/ng-zorro-antd-ivy-mcwbqg?file=src/app/app.component.ts
The first is the example of setting step and the other is setting nzdots. Drag to find that the node cannot be selected
[nzStep]="null"/[nzDots]="true" can work ,In the examples,I can choose nodes.
Both nzstep and nzdots do not work, and the component uses the default parameter of 1
The text was updated successfully, but these errors were encountered:
The Slider component doesn't support decimals with nzStep currently. I will fix this.
nzStep
Sorry, something went wrong.
fix(module:slider): fix slider precision when step is decimal
86a2b18
close NG-ZORRO#5699
fix(module:slider): fix slider precision when step is decimal (#5862)
dcc743a
close #5699
wzhudev
Successfully merging a pull request may close this issue.
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-ivy-mcwbqg?file=src/app/app.component.ts
Steps to reproduce
The first is the example of setting step and the other is setting nzdots. Drag to find that the node cannot be selected
What is expected?
[nzStep]="null"/[nzDots]="true" can work ,In the examples,I can choose nodes.
What is actually happening?
Both nzstep and nzdots do not work, and the component uses the default parameter of 1
The text was updated successfully, but these errors were encountered: