You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys!
When disableRange = true, this library uses the rightHandle to choose a value. I found a problem with maxLabel boundaries when labels are not fixed. When rightHandle is set to minimum value, the label exceeds slider frame and position it's not adjusted.
I think this scenario it's not covered inside updateLabelPositions method.
You can see this case in the attached screenshot.
Any fix for this?
Thank you!
Environment
Library version: 1.8.0
iOS version: 13.0
Swift version: 5
The text was updated successfully, but these errors were encountered:
New Issue Checklist
RangeSeekSlider
to the latest versionIssue Description
Hi guys!
When
disableRange = true
, this library uses therightHandle
to choose a value. I found a problem withmaxLabel
boundaries when labels are not fixed. WhenrightHandle
is set to minimum value, the label exceeds slider frame and position it's not adjusted.I think this scenario it's not covered inside
updateLabelPositions
method.You can see this case in the attached screenshot.
Any fix for this?
Thank you!
Environment
The text was updated successfully, but these errors were encountered: