Pick your way to do selects:
- selected as a part of option definition
- value for array of options
- value for object of options
vote below
pic.twitter.com/i0xf2bUWtl
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
It seems like `Select3` would also allow you to represent multiple selected options (although currently the implementation wouldn't handle this), however probably I would create a whole new component `MultiSelect` rather than implementing this with an extra `values` array, etc.
(I guess I might prefer some kind of AsyncIterable input, if I wanted the list to be populated with a gigantic number of options that would then be virtualized. Not sure about this though.)
Actually, another issue with `Select3` is that it will force the developer to augment the values with the `selected` state. Since presumably the options are stored on their own once-only and the value is per-user, you end up needing to traverse the structure to create it.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.