React-number-format: Indian separator

Created on 8 May 2018  路  1Comment  路  Source: s-yadav/react-number-format

Is there any option to choose custom thousands separator like the Indian lakhs/crorers (e.g. 99,99,999,99,99,999 in the 2-2-3 recurring format)?

Or can we pass in our own custom function to format the string?

enhancement

Most helpful comment

@aks1994 Implemented in v4. You can pass thousandsGroupStyle = "lakh" for Indian format.

>All comments

@aks1994 Implemented in v4. You can pass thousandsGroupStyle = "lakh" for Indian format.

Was this page helpful?
0 / 5 - 0 ratings