Skip to content

[pull] main from adobe:main - #287

Merged
pull[bot] merged 5 commits into
code:mainfrom
adobe:main
Feb 7, 2026
Merged

[pull] main from adobe:main#287
pull[bot] merged 5 commits into
code:mainfrom
adobe:main

Conversation

@pull

@pull pull Bot commented Feb 7, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

jtstothard and others added 5 commits February 6, 2026 18:51
* fix(focus): handle single radio button in FocusScope

Fixes #9569

form.elements.namedItem() returns an Element (not RadioNodeList) when
there is exactly one element with that name. This caused TypeError when
trying to spread a non-iterable Element.

The fix checks if namedItem() returns a single Element before spreading,
handling all three possible return types per the DOM spec:
- RadioNodeList (iterable) for 2+ elements with the same name
- Element (NOT iterable) for exactly 1 element
- null for no elements

* Update packages/@react-aria/focus/src/FocusScope.tsx

* Update packages/@react-aria/focus/src/FocusScope.tsx

* Add getOwnerWindow import to FocusScope

---------

Co-authored-by: Robert Snow <snowystinger@gmail.com>
…9615)

* fix: correct aria-posinset to use 1-based index in virtualized Menu

* Have Menu set isVirtualized automatically, add test and story

---------

Co-authored-by: Robert Snow <snowystinger@gmail.com>
We have some form binding logic that depends on native form elements being inside the ref element. The current implementation of ComboBox breaks this design. This also makes it more difficult to access the native element for certain reasons (unless we add an extra div wrapper outside). I suggest changing the rendering structure of ComboBox to be consistent with Select, rendering the native form element inside the div instead of as a sibling.
…#9619)

* fix: allow tooltip to show on hover when Button has isPending (#9460)

* add story

---------

Co-authored-by: Reid Barber <reid@reidbarber.com>
@pull pull Bot locked and limited conversation to collaborators Feb 7, 2026
@pull pull Bot added the ⤵️ pull label Feb 7, 2026
@pull
pull Bot merged commit 4ba9f1d into code:main Feb 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants