You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
The multiple digit input we seen in SMS validation.
configurable length (default 4)
focusable
style
numpad input
number pickers (rolling)
delegate
onChange
Implementation suggestion
Create a hidden EditText as input and check with TextWatcher, and update the digits accordingly. Each digit should have an empty state (ie. _) and filled state (ie. x)