Skip to content

Commit 8b9ce73

Browse files
committed
show hint when no items are set
1 parent 2b9974e commit 8b9ce73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drop-down.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class DropDownLabelWrapper extends Label {
225225
public onLoaded() {
226226
super.onLoaded();
227227
this.internalColor = this.color;
228-
this.text = "";
228+
this.text = null;
229229
}
230230

231231
get text(): string {

0 commit comments

Comments
 (0)