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
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.
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