mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Include ui tests for focus/ blur events for text-view and text-field * Update main-page.ts
6 lines
185 B
XML
6 lines
185 B
XML
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="onLoaded">
|
|
<StackLayout>
|
|
<TextField id="textField" />
|
|
<TextView id="textView" />
|
|
</StackLayout>
|
|
</Page> |