There was an error while loading. Please reload this page.
1 parent 8524a1e commit d112ed1Copy full SHA for d112ed1
1 file changed
e2e/ui-tests-app/app/text-field/focus-blur-events-page.xml
@@ -1,6 +1,9 @@
1
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="onLoaded">
2
+ <Page.actionBar>
3
+ <ActionBar title="focus blur events"/>
4
+ </Page.actionBar>
5
<StackLayout>
- <TextField id="textField" />
- <TextView id="textView" />
6
+ <TextField id="textField" hint="text field"/>
7
+ <TextView id="textView" hint="text view"/>
8
</StackLayout>
9
</Page>
0 commit comments