hi. i hope to render sample number [22.15 , 22] >> render [22.15 , 22.00]
thank.
Pass props fixedDecimalScale={true} and decimalScale={2}
Pass props
fixedDecimalScale={true}anddecimalScale={2}
Good tip, but it breakes when pass with decimalSeparator prop. :/
EDIT: For anyone who is trying to always show decimal and uses decimalSeparator, try inserting isNumericString={true}
Most helpful comment
Good tip, but it breakes when pass with decimalSeparator prop. :/
EDIT: For anyone who is trying to always show decimal and uses decimalSeparator, try inserting
isNumericString={true}