Skip to content

Commit 291207f

Browse files
author
vakrilov
committed
FIX: Be able to bind list view.items to string
1 parent 9d67e44 commit 291207f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tns-core-modules/ui/list-view/list-view-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export abstract class ListViewBase extends View implements ListViewDefinition {
107107
lbl.bind({
108108
targetProperty: "text",
109109
sourceProperty: "$value"
110-
}, null);
110+
});
111111
return lbl;
112112
}
113113

0 commit comments

Comments
 (0)