PeterStaev / NativeScript-Drop-Down

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

NG4 TNS3 DropDown clears after return navigation (iOS only) #95

Closed philpalmieri closed 7 years ago

philpalmieri commented 7 years ago

screen recording 2017-05-10 at 09 26 am

The DropDownModule seems to lose binding to the UIPickerViewDataSource (or the owner reference in DropDownListDataSource) on 'back' navigation in iOS only - works in android... I'm only able to test in ios 10.3, this was not happening in 1.5 on ios 9 before the NG4 build

Reproduce

clean demo repository

PeterStaev commented 7 years ago

Hey @philpalmieri , this should be fixed with the 3.0.1 version available now on npm.

philpalmieri commented 7 years ago

Awesome, thank you so much