mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Additional Fix.
This commit is contained in:
@ -31,7 +31,7 @@ export class ListPicker extends view.View implements definition.ListPicker {
|
||||
|
||||
public _getItemAsString(index: number): any {
|
||||
if (!this.items || !this.items.length) {
|
||||
return "";
|
||||
return " ";
|
||||
}
|
||||
|
||||
if (types.isDefined(this.items)) {
|
||||
|
Reference in New Issue
Block a user