Fixed
- Don’t fire
afterLeave
event more than once for a given transition (#2267) - Move
aria-multiselectable
to[role=listbox]
in theCombobox
component (#2271) - Re-focus
Combobox.Input
when aCombobox.Option
is selected (#2272) - Ensure we reset the
activeOptionIndex
if the active option is unmounted (#2274) - Start cleanup phase of the
Dialog
component when going into theClosing
state (#2264)