hurt-tomatoH
Refine4y ago
4 replies
hurt-tomato

How to format currency in mui input ?

Hi 👋
I have an API which return me prices in cents and i would like to format this value in an iput for editing and after that i would like to submit the modified value in cents. For example the API return me 7200, I would like to display 72.00, to edit 72.00 to 75.99 for example and submit 7599 as modified value to the API. Is there any way to do it with a MUI input or should I display the number input as the user focuses the field, and then switch to displaying a text field as the user clicks outside the field ?
Was this page helpful?