Skip to content

Commit 746aaf0

Browse files
committed
ReadMe improvement
1 parent ee96be8 commit 746aaf0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*.iml
22
.gradle
33
/local.properties
4-
/.idea/caches
4+
/.idea
55
/.idea/libraries
66
/.idea/modules.xml
77
/.idea/workspace.xml

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ PinInput(
3535
shape = RoundedCornerShape(3.dp)
3636
), value = text.value,
3737
obscureText = "*",
38-
length = 6
38+
length = 6,
39+
disableKeypad = false // Optional
3940
) {
4041
text.value = it
4142
}

0 commit comments

Comments
 (0)