Auto focus on OTT entry screen
This commit is contained in:
parent
3dd408af01
commit
c47370163d
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class _OTTVerificationPageState extends State<OTTVerificationPage> {
|
|||
),
|
||||
),
|
||||
controller: _verificationCodeController,
|
||||
autofocus: false,
|
||||
autofocus: true,
|
||||
autocorrect: false,
|
||||
keyboardType: TextInputType.number,
|
||||
onChanged: (_) {
|
||||
|
|
Loading…
Reference in a new issue