composeuisuite / ohteepee

A Simple, Customizable, Easy-to-use OTP/Pin Jetpack Compose Library
Apache License 2.0
142 stars 9 forks source link

Disable focus on random cells #8

Closed ankur2136 closed 8 months ago

ankur2136 commented 8 months ago

Focus should only be the next editable field.

User shouldn't be able to tap any random field to start editing OTP. (Unless the cell is already populated I guess)

ilyasipek commented 8 months ago

This is a feature, not a bug :) This is actually something we wanted cuz sometimes the user can enter the wrong number and want to edit it. Thanks for the suggestion.