Skip to content

write test and potential fix for https://github.com/jsillitoe/react-currency-input/issues/91 #13

@ericblade

Description

@ericblade

jsillitoe#91

You can reproduce using

<CurrencyInput
            prefix="$ "
            precision={0}
            suffix=",00"
            decimalSeparator=","
            thousandSeparator="."
            allowEmpty
            placeholder="buggy"
            value={null}
            onChangeEvent={(v1,v2,v3) => console.log(v1,v2,v3)}
          />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions