mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +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 {
|
public _getItemAsString(index: number): any {
|
||||||
if (!this.items || !this.items.length) {
|
if (!this.items || !this.items.length) {
|
||||||
return "";
|
return " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (types.isDefined(this.items)) {
|
if (types.isDefined(this.items)) {
|
||||||
|
Reference in New Issue
Block a user