react-input-mask icon indicating copy to clipboard operation
react-input-mask copied to clipboard

allow indeterminate numbers and letters

Open henriqueweiand opened this issue 7 years ago • 2 comments

I need to leave the input free for the indeterminate amount of digits or letters, is it possible in lib?

henriqueweiand avatar Jan 17 '19 20:01 henriqueweiand

Please, check if this resolves your issue:

<InputMask mask=''
  maskChar={null}
  value={this.state.value}
  onChange={this.onChange}
/>

JandersonConstantino avatar Feb 18 '19 11:02 JandersonConstantino

I think the goal is probably something more like this:

<InputMask mask='$' />

With any amount of characters after the dollar sign, etc.

quantizor avatar Sep 09 '19 19:09 quantizor