React-number-format: how to show always decimal.

Created on 24 Apr 2019  路  2Comments  路  Source: s-yadav/react-number-format

hi. i hope to render sample number [22.15 , 22] >> render [22.15 , 22.00]

thank.

Most helpful comment

Pass props fixedDecimalScale={true} and decimalScale={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}

All 2 comments

Pass props fixedDecimalScale={true} and decimalScale={2}

Pass props fixedDecimalScale={true} and decimalScale={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}

Was this page helpful?
0 / 5 - 0 ratings