Patch Changes
- fix(useListNavigation): ignore Home/End key press for typeable combobox references
- fix(useListNavigation): ensure submenu references are set as
virtualItemRef
on floating close - fix(inner): use list ref length for fallback detection
- fix(FloatingPortal): allow
root
to be reactive fromnull
to an element. ⚠️ an always-null
value will never render a portal node as this indicates it's waiting for an element; it must beundefined