sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.23k stars 255 forks source link

Is it possible to render customInputComponents throwght react-input-mask? #133

Closed akimy closed 6 years ago

akimy commented 6 years ago

For example


import InputComponent from '../InputComponent';
...
<InputMask
        mask="+7 (999) 999-99-99"
        maskChar={null}
        component={InputComponent}
        {...input}
      />
sanniassin commented 6 years ago

It's not possible now. Reasons are explained in #80.