Nikita Lobachev

Results 22 comments of Nikita Lobachev

@justindra Did i understand you correctly? You mean this: ![screen shot 2016-07-23 at 10 31 35](https://cloud.githubusercontent.com/assets/2291616/17076666/dab7403e-50c0-11e6-88e4-b34402e6ccff.png) Instead of this: ![screen shot 2016-07-23 at 10 31 48](https://cloud.githubusercontent.com/assets/2291616/17076668/e7606cf2-50c0-11e6-9566-afd89120de63.png) And instead of this...

@jpggvilaca Can you share your project or, if it's private, make a repo with input-related code only? You have a very different kinds of inputs here. `react-input-mask` isn't compatible with...

@slashrune Could you please make a demo at https://codesandbox.io?

@slashrune Thanks. The problem is that react-input-mask doesn't check if children's props are taken from `defaultProps`. The `disabled` prop of parent and children components must be in sync and, [in...

Don't understand. How should optional char act?

@CezarLuiz0 Pretty busy right now, so this project temporarily abandoned :)

Sure, but i will not be able to review and test PR for a while.

@dkouk Could you take a look at the `master` branch? It has new `beforeChange` property and example with your case.

@dbalatero Yeah, using space as a `maskChar` is tricky because it makes input look like a regular empty input (or a masked one with null `maskChar`) with the same behavior...

Nice typographic hack! Always thought I have to use monospace fonts for that. The idea is to disallow any holes between entered characters, but I doubt that `noHoles` would look...