Replies: 2 comments 1 reply
-
+1, and the Vue port of Radix UI has got their own |
Beta Was this translation helpful? Give feedback.
1 reply
-
NumberInput was the number one reason I went with Mantine for an MVP I'm doing, specially how it handles decimal numbers. The prototype I was doing involved setting money values and I wanted to support PT-BR which uses All it was required from me was to set |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This request was originally posted in #2213
The idea is to add a number input component that allows a user to enter a number, and increment or decrement the value using stepper buttons.
The native
type="number"
has many shortcomings highlighted in this article:Examples from other libraries:
Beta Was this translation helpful? Give feedback.
All reactions