JIE WANG
JIE WANG

Reputation: 1934

why the example of TextFormField does't work anymore?

The flutter TextFormField has an example,

it says

this example shows how to move the focus to the next field when the user presses the ENTER key.

but when I press the ENTER, it doesn't work, is this a bug of flutter or Am I missing something?

Upvotes: 0

Views: 64

Answers (1)

Apurv Jha
Apurv Jha

Reputation: 573

The LogicalKeyboardKey.enter will stand true for mobiles and other android and Ios based keyboards. While in Your pc the functionality can be achieved by tab key.

Upvotes: 2

Related Questions