Files
NativeScript/apps/app/ui-tests-app/text-field/focus-blur-events.xml
SvetoslavTsenov 3fd65cce9f Include ui tests for focus/ blur events for text-view and text-field (#4765)
* Include ui tests for focus/ blur events for text-view and text-field

* Update main-page.ts
2017-08-28 23:29:56 +03:00

6 lines
185 B
XML

<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="onLoaded">
<StackLayout>
<TextField id="textField" />
<TextView id="textView" />
</StackLayout>
</Page>