mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
test(e2e): more visible focus and blur results on text field (#8546)
* test: more visible forcus and blur results on text field * fix: typo
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="onLoaded">
|
||||
<Page.actionBar>
|
||||
<ActionBar title="focus blur events"/>
|
||||
</Page.actionBar>
|
||||
<StackLayout>
|
||||
<TextField id="textField" />
|
||||
<TextView id="textView" />
|
||||
<TextField id="textField" hint="text field"/>
|
||||
<TextView id="textView" hint="text view"/>
|
||||
</StackLayout>
|
||||
</Page>
|
||||
|
||||
Reference in New Issue
Block a user