- [x] 1. If there are enough items to require scrolling, when the picker is selected, the list should be already scrolled to the currently selected item. - [x] 2. If the contents are wider than the field, neither the form field nor the popup size to fit (as a `<select>` would be expected to do). - [x] 3. Cannot type to search for items - [ ] 4. For some reason, hovering on an item provides a tooltip:  It doesn't seem to do this at https://react-spectrum.adobe.com/react-spectrum/Picker.html, and I can't find a way to control this with my own data (tried `tooltip=` and `title=` props in the `ui.item()`).
1. If there are enough items to require scrolling, when the picker is selected, the list should be already scrolled to the currently selected item.
2. If the contents are wider than the field, neither the form field nor the popup size to fit (as a
<select>would be expected to do).3. Cannot type to search for items
4. For some reason, hovering on an item provides a tooltip:
It doesn't seem to do this at https://react-spectrum.adobe.com/react-spectrum/Picker.html, and I can't find a way to control this with my own data (tried
tooltip=andtitle=props in theui.item()).