sanniassin / react-input-mask

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

Multiple React Input Mask not working in web components #232

Open assignments-tataaig opened 4 years ago

assignments-tataaig commented 4 years ago

I am trying to create micro frontend with web components and shadow DOM technology along with React. In form I need multiple react-input-mask fields but its not working.

Note: Single react-input-mask field works properly but problem arises only when multiple react-input-mask fields are present

MoshniyVasiya commented 3 years ago

Having the same problem , with simple inputs on my different components. Works only one , another just passing mask value on focus of the input and that's all. Can't type anything.