PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

[iOS] When no hint drop down is invisible #104

Closed PeterStaev closed 7 years ago

PeterStaev commented 7 years ago

Currently if the drop down does not have a hint set and there is no excessive padding, the control is invisible on the UI and the user cannot interact with it.

irvelervel commented 7 years ago

I'm having the same issue, only when "hint" is present the labels appears in the dropdown, otherwise it opens blank. Items are correctly bound in the view because if you set an index with [(ngModel)]="selectedIndex" the item is set when the page loads. The hint also does not disappear when you choose an item from the dropdown, I don't know if this behaviour is by design.

suresh-selvaraj commented 7 years ago

I am also facing the same issue.

PeterStaev commented 7 years ago

Fix will be available in the 3.1 version.