Skip to content

Commit

Permalink
show hint when no items are set
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStaev committed Dec 10, 2016
1 parent 2b9974e commit 8b9ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drop-down.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class DropDownLabelWrapper extends Label {
public onLoaded() {
super.onLoaded();
this.internalColor = this.color;
this.text = "";
this.text = null;
}

get text(): string {
Expand Down

0 comments on commit 8b9ce73

Please sign in to comment.