We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31127ca commit 6ffd09fCopy full SHA for 6ffd09f
README.MD
@@ -9,8 +9,9 @@ of `EditText` and implement features that are otherwise not available.
9
10
### PinEntryEditText
11
12
+- Number of pin characters is configurable. You can use the `maxLength` property to define however long you want your pin to be.
13
- PinEntryEditText which supports text animating in.
-- Lets you specify any character to be used as a mask for input.
14
+- Lets you specify any unicode character to be used as a mask for input.
15
- Specify drawable as the foreground/background.
16
17
## Usage
0 commit comments