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

digits input #7

Description

@hidden-dimensions

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions