Anday
Anday
I have tried on Samsung Galaxy device, still working fine
@talhache Regarding the styling issues you have, you need to use proper props. The prop you are using is for underlying hidden TextInput, changing its styles won't affect anything. Try...
hey @talhache I was not around due to the holiday season. I remember last time I failed to replicate the issue. I will give it one more shoot, in the...
Hi @LuczDev Are you sure that the issue is in OtpInput?
Hi @makowskimichal . I was not able to replicate the issue. Can you please attach a demo?
I see. Have you searched for ways to disable the "pointer" of TextInput?
@mantu-bit nice catch! But I assume `caretHidden: true` should be enough to resolve the problem of green caret, right?
Note: when disabling caret, you also lose the capability of contextMenu. It does not show up when the `carretHidden: true` on Android
@willashley23 wdyt about this solution?