packages/react-components/react-combobox/stories/src/Dropdown/DropdownAccessibility.md
Field component with a label prop, or by using a custom labeling technique like a custom <label for="dropdownId"> element, aria-label or aria-labelledby.Select for better accessibility and mobile support.Checkbox components.inlinePopup={true} when possible for better VoiceOver support. The inlinePopup prop will cause the listbox popup to be rendered immediately after the button in the DOM. Safari does not support aria-owns, so this enables iOS VoiceOver swipe navigation between the button and options.Dropdown's button slot and children of <Option> components will not expose nested interactive elements to screen reader users, and additional non-Option children in the listbox slot will not be keyboard accessible.Read the Dropdown accessibility spec for more detailed information, as well as full descriptions of semantics and keyboard behavior.