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

[@mantine/core] Slider: fix min/max values #2839

Merged
merged 37 commits into from Nov 2, 2022
Merged

Conversation

wes337
Copy link
Contributor

@wes337 wes337 commented Oct 29, 2022

Fixes bug caused by #2656.

Will ensure that the slider value is respecting the step prop, and not more or less than the min/max values.

I tested this with each Slider story in Storybook, and it seems to be fully resolved now -- sorry for the bug I caused.

Resolves #2834 and #2444

@rtivital rtivital merged commit 7623acb into mantinedev:master Nov 2, 2022
@rtivital
Copy link
Member

rtivital commented Nov 2, 2022

Thanks!

@wes337 wes337 deleted the MN2834 branch November 2, 2022 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider with min and max specified only accepts values less or equal than max - min
2 participants