Skip to content

Commit 82515f0

Browse files
authored
Merge pull request #292 from NativeScript/update-autocomplete-demo
chore: update 'autocomplete' demo for nativescript-ui-autocomplete v6.0.1
2 parents 85a637a + 62ec1cc commit 82515f0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

autocomplete/app/examples/customization/autocomplete-customization.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@
1010
</ng-template>
1111
</SuggestionView>
1212
</RadAutoCompleteTextView>
13+
<Label text="For testing"></Label>
14+
<TextView automationText="testing" hint="For testing"></TextView>
1315
</StackLayout>

autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"mocha-multi-reporters": "^1.1.0",
4949
"mochawesome": "^3.1.1",
5050
"nativescript-css-loader": "~0.26.0",
51-
"nativescript-dev-appium": "6.0.1-2019-08-30-02",
51+
"nativescript-dev-appium": "^6.0.0",
5252
"nativescript-dev-webpack": "^1.3.0",
53-
"tns-platform-declarations": "^6.2.0",
53+
"tns-platform-declarations": "^6.4.2",
5454
"tslint": "~5.11.0",
5555
"typescript": "~3.5.3"
5656
}

0 commit comments

Comments
 (0)