Hi, Is there any way to use custom input component...
# general
a
Hi, Is there any way to use custom input components instead of supertokens input components. Say, I'm using MUI and I need replace the input element supertokens provide with MUI input component. I've read the component override docs, there it is explained to add new components to the dom structure. In my usecase I need to replace. Is it possible?
r
Hey @anu
which recipe are you using?
a
Email and Password
r
At the moment, it’s only possible by overriding the react component that has all the forms, rendering the default component, and then using JS to replace the input field with the one you want.
a
Ok thank you @rp
r
@anu i can probably set up an example for this sometime today
4 Views