You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix proxy form actions so input-backed checkbox/radio choices commit through the native checked setter, React value-tracker reset, and bubbling input/change events.
Dispatch scoped framework-visible commit events after custom listbox selections, covering hidden-input-backed comboboxes and intl-tel-input-style country controls.
Add regressions for controlled checkbox groups and hidden-input-backed country selectors.
Migration notes
No breaking API changes.
No protocol changes.
Performance notes
No geometry, hit-test, text metrics, or protocol performance impact expected.
test:perf was not run for this proxy-only patch; proxy-focused verification completed locally.
Verification
npm run release:check-source -- 1.62.2
npm run release:verify-pack
npx vitest run packages/proxy/src/__tests__/dom-actions.test.ts