Skip to content

[@mantine.core] fix NumberInput big number issue - #7766

Merged
rtivital merged 1 commit into
mantinedev:masterfrom
Han5991:feature/fix-NumberInput-max
May 2, 2025
Merged

[@mantine.core] fix NumberInput big number issue#7766
rtivital merged 1 commit into
mantinedev:masterfrom
Han5991:feature/fix-NumberInput-max

Conversation

@Han5991

@Han5991 Han5991 commented May 1, 2025

Copy link
Copy Markdown
Contributor

fix: #7765

test(NumberInput): add onBlur min/max clamping and large value edge case tests

  • Add tests to verify value is clamped to min or max on blur when input is out of bounds
  • Ensure clamping works with both regular and very large min/max values

@Han5991
Han5991 force-pushed the feature/fix-NumberInput-max branch from a0ca339 to 2752223 Compare May 1, 2025 13:04
@rtivital
rtivital merged commit 15598d3 into mantinedev:master May 2, 2025
@rtivital

rtivital commented May 2, 2025

Copy link
Copy Markdown
Member

Thanks!

@Han5991
Han5991 deleted the feature/fix-NumberInput-max branch June 22, 2025 10:00
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.

NumberInput max validation does not work when number is big but min does

2 participants