-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Open
Labels
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
The last tick has a style="left:100%" which puts it outside the clickable area. This isn't so noticeable with default styles, but making the ticks any wider makes the issue clear to users.
The grabbing cursor only shows when hovering over the bar, and clicking the actual tick does nothing.
Expected Behavior
Clicking on the final tick should select the last option in the range.
Steps to Reproduce
This is reproducible with the Docs Example.
- Go to https://ionicframework.com/docs/api/range#snapping--ticks
- Click on the last tick
Code Reproduction URL
https://ionicframework.com/docs/api/range#snapping--ticks
Ionic Info
N/A
Additional Information
No response