-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
How can we set thousand separator input number? #1025
Comments
Hi, Thank you! |
Hi @ukrbublik , I’m currently working on the task to add a thousand separator to the numeric input, but I was hoping you could clarify or provide more details about a few points that are a bit unclear: |
On backend it should be always number not string.
I think yes, immediately Please consider using I think props like
(And others maybe like prefix, suffix) |
Hi, Could you please grant me push access to this repository? |
You don't have to have push permissions to create a fork |
Hello @ukrbublik , I hope you’re doing well. I wanted to follow up on the code review for the pull request #1206. It would be great if you could take a look and provide feedback when you have a chance, as we are aiming to merge it soon. Please let me know if you need any further information from my side to facilitate the review. Thank you for your time and support! |
I want the input data to be of numeric type, but automatically display on UI with thousand separators.
How can I set ?
The text was updated successfully, but these errors were encountered: