Auto focus on password entry field
This commit is contained in:
parent
674920ce76
commit
20d466a1fc
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ class _ManageSharedLinkWidgetState extends State<ManageSharedLinkWidget> {
|
|||
),
|
||||
obscureText: !_passwordVisible,
|
||||
controller: _textFieldController,
|
||||
autofocus: false,
|
||||
autofocus: true,
|
||||
autocorrect: false,
|
||||
keyboardType: TextInputType.visiblePassword,
|
||||
onChanged: (_) {
|
||||
|
|
Loading…
Add table
Reference in a new issue