-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.severity: lowsliderversion: 9.0.x
Description
Description
secondaryTicks set to 1 does not render secondary ticks
- igniteui-angular version: 9.0.0-beta.4
Steps to reproduce
- Add a slider with 1 secondary tick:
<igx-slider [maxValue]="50" [primaryTicks]="6" [secondaryTicks]="1" [showTicks]="true" [step]="10" [type]="type"></igx-slider>
Result
Secondary ticks are not rendered
Expected result
Secondary ticks to be rendered
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.severity: lowsliderversion: 9.0.x