increase useTypeSelect() debounce buffer rate to 1000ms
See: https://github.com/adobe/react-spectrum/issues/3500
The previous value (500ms) is a bit too tight, and makes keyboard
navigation through long lists of items with similar prefixes difficult.
Increasing the buffer to 1 second.