mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
FIX: Be able to bind list view.items to string
This commit is contained in:
@@ -107,7 +107,7 @@ export abstract class ListViewBase extends View implements ListViewDefinition {
|
||||
lbl.bind({
|
||||
targetProperty: "text",
|
||||
sourceProperty: "$value"
|
||||
}, null);
|
||||
});
|
||||
return lbl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user