PeterStaev / NativeScript-Drop-Down

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

Drop-down selection gets cleared. #87

Closed jsagar92 closed 7 years ago

jsagar92 commented 7 years ago

Hello, I am using nativescript-drop-down in tabview. I have 6 tabs on that page. My all tabs are on same page. I have bound observable property to drop-downs selected index. But when I change tabs couple of times , drop downs selection gets cleared. Don't know what to do. Please help.

Thanks in advance.

PeterStaev commented 7 years ago

@jsagar92 , seems this relates to something specific in your code. Would be good if you can provide some simple demo repro.

jsagar92 commented 7 years ago

Hello @PeterStaev , Thank you for your quick reply. I am attaching my xml, js and view-model.js. Please have a look at them and let me know If I am doing anything wrong.

Thanks again. farmer_registration.js.txt farmer_registration.xml.txt farmers-view-model.js.txt

PeterStaev commented 7 years ago

Hey @jsagar92 , can you please isolate the issue in some small demo project? The attached files have lots of things in them, and tracing problems there will be very hard.

philpalmieri commented 7 years ago

this might be related to my issue: https://github.com/PeterStaev/NativeScript-Drop-Down/issues/95 I was able to reproduce it on a vanilla project

PeterStaev commented 7 years ago

Hey @jsagar92 , can you please try the 3.0.1 version now available on nom and see if that will resolve your problem as well?

PeterStaev commented 7 years ago

No further response so closing this one for now. In case you still have problems, please reopen and provide more details.