Skip to content

Commit 44efe35

Browse files
committed
Update README.md
1 parent ba725be commit 44efe35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import'package:flutter_verification_code_input/flutter_verification_code_input.d
2121
VerificationCodeInput(
2222
keyboardType: TextInputType.number,
2323
length: 4,
24+
autofocus: true,
2425
onCompleted: (String value) {
2526
//...
2627
print(value);

0 commit comments

Comments
 (0)