Skip to content

Prefix disappear after clear field #281

Description

@lcglucas

I'm using "react-native-masked-text": "^1.13.0" and if I clear all the input data, it remains blank. This is my config:

<TextInputMask
  type={'money'}
  options={{
    precision: 2,
    separator: ',',
    delimiter: '.',
    unit: 'R$ ',
    suffixUnit: ''
  }}
  value={value}
  onChangeText={onChange}
  customTextInput={InputStyle}
/>

ezgif com-crop

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