Simplify ARIA combobox/select/listbox examples and add styling examples (#2058)
* Simplify ARIA ListBox API for ComboBox and Select
* Fix TS issues
* Simplify combobox and select examples and share more between them
* Add links to codesandbox examples to show styling
* Prevent focus on press of search clear button
Makes it work with combobox in the search example
* Add additional examples
* Add async loading example
* Fix lint
* Safari doesn't support flex on summary elements 🤷♂️
* Use Image component to fix base url
* Add typekit for source code pro to fix syntax highlighting
* Fixes