Skip to content

Commit d95496b

Browse files
authored
Merge pull request #47 from alexeyinkin/issue45_undo-keyboard-type
Undo setting keyboardType in CodeField (#45)
2 parents cc9921e + 09183da commit d95496b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/code_field.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ class CodeFieldState extends State<CodeField> {
275275
);
276276

277277
final codeField = TextField(
278-
keyboardType: TextInputType.visiblePassword,
279278
smartQuotesType: widget.smartQuotesType,
280279
focusNode: _focusNode,
281280
onTap: widget.onTap,

0 commit comments

Comments
 (0)