diff --git a/ui/list-picker/list-picker-common.ts b/ui/list-picker/list-picker-common.ts index 988885e93..96e6ada3c 100644 --- a/ui/list-picker/list-picker-common.ts +++ b/ui/list-picker/list-picker-common.ts @@ -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)) {