mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #4247 from NativeScript/test-page-4135
Update secure textfield test page
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
||||||
<TextField hint="hint" secure="true" text="test"></TextField>
|
<StackLayout>
|
||||||
<TextField secure="true" text="text"></TextField>
|
<TextField secure="true" text="test" hint="hint"></TextField>
|
||||||
<TextField hint="hint" secure="true"></TextField>
|
<TextField secure="true" text="text"></TextField>
|
||||||
|
<TextField secure="true" hint="hint"></TextField>
|
||||||
|
</StackLayout>
|
||||||
</Page>
|
</Page>
|
Reference in New Issue
Block a user