Fixed
- Improve focus management in shadow DOM roots (#3794)
- Don't accidentally open the
Combobox
when touching theComboboxButton
while dragging on mobile (#3795) - Ensure sibling
Dialog
components are scrollable on mobile (#3796) - Infer
Combobox
type based ononChange
handler (#3798) - Allow home/end key default behavior inside
ComboboxInput
whenCombobox
is closed (#3798) - Ensure interacting with a
Dialog
on iOS works after interacting with a disallowed area (#3801) - Freeze Listbox values as soon as a value is selected (#3802)
- Ensure refs are forwarded when freezing data (#3390)
- Do not serialize React components into form fields (49e9e8e)