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
|
background_color: .8, .8, 0, 1
|
||||||
size_hint: 1, 3
|
size_hint: 1, 3
|
||||||
TextInput:
|
TextInput:
|
||||||
text: "Password (but you can't see it)"
|
|
||||||
password: True
|
password: True
|
||||||
|
text: "Password (but you can't see it)"
|
||||||
multiline: False
|
multiline: False
|
||||||
on_text: viewer.text = self.text
|
on_text: viewer.text = self.text
|
||||||
TextInput:
|
TextInput:
|
||||||
|
|
Loading…
Reference in New Issue