We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bb802 commit 7a220c9Copy full SHA for 7a220c9
platform/nativescript/runtime/components/list-view.js
@@ -60,10 +60,10 @@ export default {
60
}
61
62
this.$refs.listView.setAttribute(
63
- '_itemTemplatesInternal',
+ 'itemTemplates',
64
this.$templates.getKeyedTemplates()
65
)
66
- this.$refs.listView.setAttribute('_itemTemplateSelector', (item, index) => {
+ this.$refs.listView.setAttribute('itemTemplateSelector', (item, index) => {
67
return this.$templates.selectorFn(this.getItemContext(item, index))
68
})
69
},
0 commit comments