The defaults of numeral are not useful, and there is currently no way to set `numeral.language` E.g. ``` var french = { delimiters: { thousands: ' ', decimal: ',' }, ... }; <NumberInput numeralLang={french} ... ```
The defaults of numeral are not useful, and there is currently no way to set
numeral.languageE.g.