Skip to content

numeral is neither exposed nor setting numeral.language is allowed #12

Description

@andrewkolesnikov

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} ...

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions