Reactjs – I cannot set inputProps as numeric type for MuiOtpInput from Mui OTP Input
I am attempting to use the inputProps prop with the MuiOtpInput component from mui-one-time-password-input. I have set the inputMode attribute to "numeric" for each input field, aiming to display the numeric keyboard on mobile devices. Here's the code snippet I'm…