mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +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">
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user