Skip to content

Coding error #205

Closed
Closed
@SankThomas

Description

@SankThomas

In the last part of MDC-103, the _passwordController for the password TextField is accidentally named _usernameController

Code snippet below

TextField(
controller: _usernameController,
decoration: InputDecoration(
labelText: 'Password',
labelStyle: TextStyle(
color: _passwordFocusNode.hasFocus
? Theme.of(context).accentColor
: _unfocusedColor),
),
focusNode: _passwordFocusNode

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions