react-native-masked-text icon indicating copy to clipboard operation
react-native-masked-text copied to clipboard

Type: money, shows 0

Open nazarTrynko opened this issue 7 years ago • 3 comments

Is it possible to not show 0(zero) on type 'money', after deleting the value?

nazarTrynko avatar Jun 01 '17 08:06 nazarTrynko

Hi,

Sorry, for now it don't. After the first editing, it triggers the mask.

I will work on this later.

bhrott avatar Jun 02 '17 23:06 bhrott

value={this.state.maskedText == 0 ? "" : this.state.maskedText}

joaoalbertocsjunior avatar Dec 13 '17 17:12 joaoalbertocsjunior

@benhurott any update on this issue

janaka120 avatar Apr 23 '19 17:04 janaka120