Nikita Lobachev
Nikita Lobachev
@justindra Did i understand you correctly? You mean this:  Instead of this:  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...