Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions login_part_5/signin.kv
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@
id: username_field
hint_text: "Username"
multiline: False
write_tab: False
focus: True
on_text_validate: pwd_field.focus = True
TextInput:
id: pwd_field
hint_text: "Password"
multiline: False
write_tab: False
password: True
on_text_validate: root.validate_user()
Label:
Expand Down