Select list displays "All"
Select list is empty. Selecting "All" again shows "All"
Chrome Version 53.0.2785.143 (64-bit) on OSX 10.12

#manual-testing
Hi there,
I'm new to the codebase... and this seemed a pretty good bug to get started, so I investigated a little the issue.
The behaviour is implemented in the select-dropdown component... I think it should be used diffusely.
Apparently, when you change the selection the info about the selection is stored by the router (am i right?). So when you change it back it is lost.
I've a pull request that fixes the issue, and passes the tests... @alisterscott Do you mind to review it?
@alisterscott Same like with #8912 this will be shortly replaced with new design already visible at wpcalypso.
@brunoscopelliti, thanks for submitting a PR! Looks like an update was already in the works, but you should check out the [Type] Good First Change label if you haven't already seen it. :)
@designsimply Thank you for the suggestion.
When I started investigate this issue, I had no idea that I would end up to submit a pr... I just wanted to debug a bit through the codebase, and this issue seemed a good starting point 馃槃
Sorry if I caused someone to do extra work... I'll check the issues "[Type] Good First Change" more often.