Closed dotku closed 11 months ago
Use the displayType="text"
property.
<NumericFormat displayType="text" value={110} />
https://s-yadav.github.io/react-number-format/docs/props#displaytype-text--input
Thanks, that is expected. I just fork and created a demo: https://codesandbox.io/s/displaytype-demo-forked-467lrz
Resolved :)
closed
Describe the issue and the actual behavior
I don't need the input box, just need the number formatter, any replacement?