PeterStaev / NativeScript-Drop-Down

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

Dropdown is not working correctly #163

Closed bnbs closed 6 years ago

bnbs commented 6 years ago

As you can see from the gif below, the dropdown behavior is really strange. Just when I selected one item the dropdown started working correctly. After a few test I found out that the problem seems to happen only when I use selectIndex = null; ezgif com-video-to-gif

PeterStaev commented 6 years ago

Hey @bnbs , is your app Angular based, or plain NatvieScript?

bnbs commented 6 years ago

Angular + NativeScript

PeterStaev commented 6 years ago

Ok, there is a problem with the plugin specifically for Angular when used inside a tabview (#157). Sadly I have no ETA on when the problem is going to be fixed.