Happening in a NG + Nativescript App. Only tested on Android.
Seeing cases where if the selectedIndex is manipulated outside the dropdown (via Angular bindings), then the dropdown items disappear.
Have a base repro case for this at https://github.com/shyamseshadri/nativescript-dropdown-bugrepro
Used the basic Nativescript + Ng template.
- Run the app using "tns run android"
- Navigate into an item by clicking on any a list item.
- You should see a drop down list with items 1 to 15, and an Add or Subtract button
- Click Add button a few times.
- Click and open the dropdown, you should see missing items.
Happening in a NG + Nativescript App. Only tested on Android.
Seeing cases where if the selectedIndex is manipulated outside the dropdown (via Angular bindings), then the dropdown items disappear.
Have a base repro case for this at https://github.com/shyamseshadri/nativescript-dropdown-bugrepro
Used the basic Nativescript + Ng template.