mirror of https://github.com/kivy/kivy.git
declare password before text, fixes #2337
This commit is contained in:
parent
62e4756565
commit
aa63c68d65
|
@ -10,8 +10,8 @@ BoxLayout:
|
|||
background_color: .8, .8, 0, 1
|
||||
size_hint: 1, 3
|
||||
TextInput:
|
||||
text: "Password (but you can't see it)"
|
||||
password: True
|
||||
text: "Password (but you can't see it)"
|
||||
multiline: False
|
||||
on_text: viewer.text = self.text
|
||||
TextInput:
|
||||
|
|
Loading…
Reference in New Issue