We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb96cb commit ed67455Copy full SHA for ed67455
1 file changed
ui/list-picker/list-picker-common.ts
@@ -31,7 +31,7 @@ export class ListPicker extends view.View implements definition.ListPicker {
31
32
public _getItemAsString(index: number): any {
33
if (!this.items || !this.items.length) {
34
- return "";
+ return " ";
35
}
36
37
if (types.isDefined(this.items)) {
0 commit comments