Skip to content

Commit a9d1106

Browse files
authored
Merge pull request #400 from NativeScript/update-autocomplete-demo
chore: update 'autocomplete' demo for nativescript-ui-autocomplete v6.0.1
2 parents 0f730d4 + b36bb1d commit a9d1106

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

autocomplete/app/examples/customization/autocomplete-customization-page.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
</au:SuggestionView>
1414
</au:RadAutoCompleteTextView.suggestionView>
1515
</au:RadAutoCompleteTextView>
16+
<Label text="For testing"></Label>
17+
<TextView automationText="testing" hint="For testing"></TextView>
1618
</StackLayout>
1719
</navigation:ExamplePage>

autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"mocha-multi-reporters": "^1.1.0",
4040
"mochawesome": "^3.1.1",
4141
"nativescript-css-loader": "~0.26.0",
42-
"nativescript-dev-appium": "6.0.1-2019-08-30-02",
42+
"nativescript-dev-appium": "^6.0.0",
4343
"nativescript-dev-webpack": "^1.3.0",
44-
"tns-platform-declarations": "^6.2.0",
44+
"tns-platform-declarations": "^6.4.2",
4545
"tslint": "~5.11.0",
4646
"typescript": "~3.5.3"
4747
}

0 commit comments

Comments
 (0)