Gabriele266 / MyOlder

An application to safe store files
3 stars 0 forks source link

Login block should disable also the input fields #30

Closed Gabriele266 closed 3 years ago

Gabriele266 commented 3 years ago

Login block should disable also the input fields

When the login is disabled, also the TextFields should be disabled, to prevent user from changing the text for the login. Not only the button should be disabled.

Use TextField.enabled to solve this problem.