Skip to content
New issue

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

Fix Slider to Support Non-Default Range #11742

Merged
merged 4 commits into from Jul 25, 2023

Conversation

marlenaklein-msft
Copy link
Contributor

@marlenaklein-msft marlenaklein-msft commented Jul 25, 2023

Overview

Uses normalized instead of actual value in order to correct slider visuals for ranges other than 0-1. Also, makes a change to pull the normalized value on slider movement, and then convert to the actual value, in order to avoid undesirable behavior where it is slower to move the slider for larger ranges.

Changes

@github-actions github-actions bot added the MRTK3 label Jul 25, 2023
@marlenaklein-msft marlenaklein-msft changed the title Fix Slider Fix Slider to Support Non-Default Range Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants