Skip to content

Dropdown rendering certain items as blank if selectedIndex manipulated outside #169

@shyamseshadri

Description

@shyamseshadri

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions