xamous / react-native-smooth-pincode-input

A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.
MIT License
395 stars 137 forks source link

Autocomplete support for SMS/OTP #108

Open pke opened 6 months ago

pke commented 6 months ago

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?