Skip to content

Fix read-only required checkbox validation - #590

Merged
czarandy merged 1 commit into
mainfrom
fix/539-readonly-required
Aug 25, 2026
Merged

Fix read-only required checkbox validation#590
czarandy merged 1 commit into
mainfrom
fix/539-readonly-required

Conversation

@czarandy

Copy link
Copy Markdown
Owner

Summary

  • omit native required validation for read-only CheckboxInput and Switch controls
  • retain aria-required semantics for assistive technology
  • verify checked and unchecked read-only values retain native form-data behavior

Closes #539

Testing

  • pnpm test (166 files, 3491 tests)
  • pnpm lint
  • pnpm typecheck
  • pnpm build
  • pnpm exec prettier --check on changed files

@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
silver-ui-site Ready Ready Preview Aug 25, 2026 4:03am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
silver-ui Ignored Ignored Preview Aug 25, 2026 4:03am

@czarandy
czarandy merged commit 1486a46 into main Aug 25, 2026
4 checks passed
@czarandy
czarandy deleted the fix/539-readonly-required branch August 25, 2026 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CheckboxInput/Switch: isRequired + isReadOnly blocks form submission with an unfocusable control

1 participant