react-native-masked-text
react-native-masked-text copied to clipboard
Type: money, shows 0
Is it possible to not show 0(zero) on type 'money', after deleting the value?
Hi,
Sorry, for now it don't. After the first editing, it triggers the mask.
I will work on this later.
value={this.state.maskedText == 0 ? "" : this.state.maskedText}
@benhurott any update on this issue