To repro: open the VisualStudio repository, then go to PR list. Select "donokuda" as asignee. The [None] entry in the dropdown gets duplicated,
What's up with the title?
Oops, I thought I edited that.
Don't display [None] twice.
The empty list item was getting added twice: once by the XAML and once in PullRequestListViewModel. This removes the XAML empty list item code as I assume it's supposed to be set in the VM. Fixes #390.
5fdff92
Seeing this too. An additional thing to note here is that if you end up selecting the first [None] in the list, the duplicated [None] disappears.
To repro: open the VisualStudio repository, then go to PR list. Select "donokuda" as asignee. The [None] entry in the dropdown gets duplicated,