react-native-smooth-pincode-input icon indicating copy to clipboard operation
react-native-smooth-pincode-input copied to clipboard

Autocomplete support for SMS/OTP

Open pke opened this issue 4 months ago • 0 comments

I tried to set the inputProps to support autocomplete: "sms-otp" but its not working. Android does not offer to auto fill the field. Screenshot_1708337275

If I use a default RN Input with that autocomplete prop it does work. Screenshot_1708337266

This component seems to use a normal input underneath but does it apply inputProps properly?

pke avatar Feb 19 '24 09:02 pke