Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

digits input #7

Open
7 tasks
hidden-dimensions opened this issue Jun 9, 2018 · 0 comments
Open
7 tasks

digits input #7

hidden-dimensions opened this issue Jun 9, 2018 · 0 comments
Labels
feature New feature or request

Comments

@hidden-dimensions
Copy link
Contributor

hidden-dimensions commented Jun 9, 2018

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)

@hidden-dimensions hidden-dimensions added the feature New feature or request label Jun 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant