Add support for scientific notation in NumberInput
#8007
WeirdRubberDuck
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
|
Mantine does not support large numbers well. If your application requires scientific notation or numbers larger than Number.MAX_SAFE_INTEGER, it is better to create a custom component that manages numbers notations conversions on your side. You can do that by wrapping TextInput component. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're using the
NumberInputcomponent for an application were very large values are very common, and it would be highly useful to be able to specify numbers in scientific notation as well as decimal notation.E.g. writing
1.3e5instead of 130000Beta Was this translation helpful? Give feedback.
All reactions