Skip to content

Commit 071ec6f

Browse files
committed
chore: update 'autocomplete' demo for nativescript-ui-autocomplete v6.0.1
1 parent a8fde5f commit 071ec6f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

autocomplete/app/examples/Customization/Customization.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export default {
3030
</StackLayout>
3131
</SuggestionView>
3232
</RadAutoCompleteTextView>
33+
<Label text="For testing"></Label>
34+
<TextView automationText="testing" hint="For testing"/>
3335
</StackLayout>
3436
</Page>
3537
`,

autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"mocha-junit-reporter": "^1.18.0",
3737
"mocha-multi-reporters": "^1.1.0",
3838
"mochawesome": "^3.1.1",
39-
"nativescript-dev-appium": "6.0.1-2019-08-30-02",
39+
"nativescript-dev-appium": "^6.0.0",
4040
"nativescript-dev-webpack": "^1.3.0",
4141
"nativescript-vue-template-compiler": "~2.4.0",
4242
"shelljs": "^0.8.2",
43-
"tns-platform-declarations": "^6.2.0",
43+
"tns-platform-declarations": "^6.4.2",
4444
"tslint": "~5.11.0",
4545
"typescript": "~3.5.3",
4646
"vue-loader": "~15.4.2"

0 commit comments

Comments
 (0)