mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Include test page for issue 4135
This commit is contained in:
@ -47,6 +47,7 @@ export function pageLoaded(args: EventData) {
|
||||
examples.set("hint-text-color", "css/hint-text-color");
|
||||
examples.set("combinators", "css/combinators");
|
||||
examples.set("styled-formatted-text", "css/styled-formatted-text");
|
||||
examples.set("secured-text-field", "css/secured-text-field-4135");
|
||||
|
||||
let viewModel = new SubMainPageViewModel(wrapLayout, examples);
|
||||
page.bindingContext = viewModel;
|
||||
|
5
apps/app/ui-tests-app/css/secured-text-field-4135.xml
Normal file
5
apps/app/ui-tests-app/css/secured-text-field-4135.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<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>
|
Reference in New Issue
Block a user