Skip to content
#

mask

Here are 280 public repositories matching this topic...

emilioheinz
emilioheinz commented Sep 5, 2019

It would be nice to remove some useless backets on documentation code.

Example:

<TextInputMask
  type={'cpf'}
  value={this.state.cpf}
  onChangeText={text => {
    this.setState({
      cpf: text
    })
  }}
/>

It would be better a example like this

<TextInputMask
  type='cpf'
  value={this.state.cpf}
  onChangeText={text => {
    this.setState({
      

🤖️监控口罩存货,包含京东、天猫、苏宁等商城,也可监控消毒液、护目镜等物资的放货信息,并推送到微信提醒。目前有🏷️天猫淘宝秒杀自动下单、🏷️京东秒杀自动下单功能。可用于普通商品秒杀。抗击疫情!中国加油🇨🇳

  • Updated Jun 26, 2020
  • Python
f-aubert
f-aubert commented Feb 28, 2019

Thanks for this great and useful little library. It is only one feat. short of suiting my needs. In most case my user deals with integer (precision 0), but in some case it might want to type a dot '.' to enter a fractional amount. In this case I would rather having the parser interpret the dot '.' and not ignore it making the amount larger by adding two digits

Given a precision of 0,
typing 1

Improve this page

Add a description, image, and links to the mask topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mask topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.