Merge pull request #4247 from NativeScript/test-page-4135

Update secure textfield test page
This commit is contained in:
Vasil Chimev
2017-05-23 16:09:56 +03:00
committed by GitHub

View File

@ -1,5 +1,7 @@
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<TextField hint="hint" secure="true" text="test"></TextField>
<TextField secure="true" text="text"></TextField>
<TextField hint="hint" secure="true"></TextField>
</Page>
<StackLayout>
<TextField secure="true" text="test" hint="hint"></TextField>
<TextField secure="true" text="text"></TextField>
<TextField secure="true" hint="hint"></TextField>
</StackLayout>
</Page>