FilteredConnection: set <select> option as selected if value is in URL
Created by: mrnugget
This fixes <Select />
by displaying the selected option when ?filter=<option>
is given in the URL.
It worked for radio
before, which does the same thing as I do in the selected={}
here.
After:
Test plan
- Manual testing
App preview:
Check out the client app preview documentation to learn more.