1d94d15c79
* add the `aria-autocomplete` attribute * drop the `aria-activedescendant` attribute on the `Combobox.Options` component It is only required on the `Combobox.Input` component. * improve triggering VoiceOver when opening the `Combobox` We do this by mutating the `input` value for a split second to trigger a change that VoiceOver will pick up. We will also ensure to restore the value and the selection / cursor position so that the end user won't notice a difference at all. * update changelog Fixes: #2129 Co-authored-by: Andrea Fercia <a.fercia@gmail.com>