Skip to content

integer and decimal mask  #271

Description

@brunochimenes

I need to add a mask that is decimal and integer, but this option needs to be dynamic as the user types. For example, the user can put in an integer and then add the comma, making the number decimal.

I'm using the money type with these settings.

type="money"
options={{
precision: 3,
separator: ',',
delimiter: '.',
unit: '',
suffixUnit: '',
}}

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