Skip to content

docs(plugin-form): state the field-level className rule as contract, not reader count - #5698

Merged
os-sales merged 1 commit into
mainfrom
claude/issue-5131-plugin-form-readme-quantifier
Aug 22, 2026
Merged

docs(plugin-form): state the field-level className rule as contract, not reader count#5698
os-sales merged 1 commit into
mainfrom
claude/issue-5131-plugin-form-readme-quantifier

Conversation

@os-sales

@os-sales os-sales commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Fixes #5131

packages/plugin-form/README.md's "Not a FormField key" table said:

(A field-level className is read on exactly one pseudo-field, type: 'section-divider', where it styles the inline section header.)

The quantifier was checked against the source at the branch base (6c6cee704), not taken from the card. It is wrong for anyone who reads "read" literally:

Step Where (at 6c6cee704) What happens to className
field destructure packages/components/src/renderers/form/form.tsx:1848-1867 (renderFormField, ...fieldProps at :1866) not one of the 16 destructured names, so it stays in fieldProps
renderer-only strip form.tsx:348-388 (stripRendererOnlyProps) not in the strip list
forward to the control form.tsx:2326-2327renderFieldComponent(resolvedType, { ...fieldProps, … }) forwarded whole
built-in input branch form.tsx:3195-3196, then the Input element at :3251-3267 the second destructure and the second strip both keep it; it is spread onto that element via {...inputProps}
the Input component itself packages/components/src/ui/input.tsx:14-20 cn(baseClasses, className) — the authored class is appended, not dropped

So a field-level className does visibly land on an ordinary built-in control — the jsdom measurement on the card (PROBE-CLASS appended to the input's class list) is the same fact from the other end. The true half of the old sentence, the renderer's explicit read at form.tsx:1942 (className={fp.className} on the section-divider branch), is kept and now named as explicit.

The change

One table cell. The advice in the row is unchanged and was never wrong (span / colSpan for width, FormSchema.fieldContainerClass for the grid); only the reader-count claim is replaced by a statement about the contract, in the wording the docs site already ships (content/docs/plugins/plugin-form.mdx, from #5130) — the two sources now agree again.

Scope

Exactly the one quantifier at README.md:227, plus the changeset. No other prose in the file, no other README, no source file. No audit of the rest of the file was performed, and none is claimed.

Verification

The diff is markdown only (packages/plugin-form/README.md + one .changeset/*.md). ci.yml and lint.yml skip their expensive steps on such a diff through their own Decide whether this change needs a full run step, whose exclusion list carries **/*.md and .changeset/** — so what actually judges this PR are the gates that carry no path filter. All four were run locally on the final commit 1066b1cdf, quoting each gate's own verdict line:

node scripts/check-control-bytes.mjs       ✅  check-control-bytes: OK (scanned 4754 tracked text file(s); skipped 85 binary).
node scripts/check-changeset-presence.mjs  ✅  No source of a released package changed in this range, so no changeset is owed.
node scripts/check-changeset-no-major.mjs  ✅  No changeset declares a `major` bump.
node scripts/check-doc-links.mjs           Links are valid across 13 scan roots.

Plus the author-side control-byte scan over the two touched files: grep -naP '[\x00-\x08\x0b\x0c\x0e-\x1f\x7f]' → no match.

Declared narrowing. No build and no test was run, and the shared verify lock was not held. The diff changes no byte that a compiler, bundler or test reads — two markdown files, one of them a changeset — so the provable superset of what it can affect is the markdown gate set above. This is a declared narrowing, not a skipped step; CI still runs the full farm.

The changeset carries a patch on @object-ui/plugin-form rather than empty frontmatter, following the precedent set for the sibling README correction in .changeset/calendar-readme-schema-keys-5045.md: README.md is in this package's files, so the npm landing page only picks the correction up on a release. No behaviour, export, type or dist byte changes.

Neither content/docs/** nor apps/site/** is touched, so Build Docs does not run on this PR.

(Body edited once after creation: the three Input JSX fragments in the table above were written in angle-bracket form and the body sanitizer deleted them outright, leaving empty backticks. Rewritten as prose names — no other change.)


Generated by Claude Code

…not reader count (#5131)

`packages/plugin-form/README.md`'s "Not a `FormField` key" table claimed a
field-level `className` is "read on exactly one pseudo-field,
`type: 'section-divider'`". That quantifier holds only for the renderer's
explicit read; the same renderer forwards every key it did not destructure, so
`className` rides the props spread onto whichever control the field resolves to
and lands visibly on built-in controls.

The cell now describes the contract (undeclared, promised nothing, honoured by a
registered widget only if it spreads its leftover props) instead of counting
readers, matching the wording the docs site already ships. The advice in the row
is unchanged, and the explicit `section-divider` read is kept, now named as
explicit.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012u2pRjcqAYtoEjgr3wwhnK
@github-actions github-actions Bot added documentation Improvements or additions to documentation plugin labels Aug 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

✅ Console Performance Budget

Metric Value Budget
Eager closure (gzip, 52 chunks) 3913.6 KB 3990.2 KB
Main entry chunk (gzip) 152.3 KB 350 KB
Entry file index-spBIKF4m.js
Status PASS

The eager closure is every chunk the entry reaches through static imports — what the browser fetches and parses before the app renders. The entry chunk on its own is a small fraction of it.


📦 Bundle Size Report

Package Size Gzipped
app-shell (index.js) 10.04KB 3.72KB
app-shell (runtime-config.js) 12.80KB 4.47KB
app-shell (types.js) 0.01KB 0.04KB
app-shell (urlParams.js) 10.06KB 3.86KB
auth (AuthContext.js) 0.31KB 0.24KB
auth (AuthGuard.js) 1.17KB 0.53KB
auth (AuthProvider.js) 29.34KB 7.05KB
auth (AuthShell.js) 3.49KB 1.40KB
auth (ForgotPasswordForm.js) 12.21KB 3.45KB
auth (LoginForm.js) 18.15KB 5.39KB
auth (PreviewBanner.js) 0.90KB 0.50KB
auth (RegisterForm.js) 6.65KB 2.22KB
auth (SocialSignInButtons.js) 9.61KB 3.89KB
auth (UserMenu.js) 3.41KB 1.23KB
auth (auth-gate-events.js) 1.29KB 0.66KB
auth (authStyles.js) 5.04KB 1.72KB
auth (createAuthClient.js) 40.21KB 10.80KB
auth (createAuthenticatedFetch.js) 6.35KB 2.43KB
auth (index.js) 2.77KB 1.22KB
auth (invitation-status.js) 1.22KB 0.70KB
auth (org-roles.js) 6.66KB 2.78KB
auth (phone-identifier.js) 1.11KB 0.66KB
auth (types.js) 0.59KB 0.35KB
auth (useAuth.js) 5.02KB 0.89KB
auth (useIsWorkspaceAdmin.js) 3.04KB 1.45KB
collaboration (CommentThread.js) 26.08KB 7.56KB
collaboration (LiveCursors.js) 3.17KB 1.27KB
collaboration (PresenceAvatars.js) 6.49KB 2.64KB
collaboration (PresenceProvider.js) 2.79KB 1.13KB
collaboration (index.js) 1.68KB 0.73KB
collaboration (useCollaborationTranslation.js) 6.05KB 2.52KB
collaboration (useCommentSearch.js) 1.98KB 0.88KB
collaboration (useConflictResolution.js) 7.75KB 1.86KB
collaboration (useMentionNotifications.js) 1.81KB 0.68KB
collaboration (usePresence.js) 6.33KB 1.84KB
collaboration (useRealtimeSubscription.js) 7.91KB 2.01KB
components (index.js) 506.90KB 113.84KB
core (index.js) 4.92KB 1.97KB
create-plugin (index.js) 10.08KB 3.26KB
data-objectstack (index.js) 160.15KB 44.52KB
fields (index.js) 238.40KB 59.89KB
i18n (LocalizationContext.js) 1.76KB 0.96KB
i18n (currency.js) 1.22KB 0.64KB
i18n (i18n.js) 4.28KB 1.75KB
i18n (index.js) 3.44KB 1.39KB
i18n (pickLocalized.js) 7.62KB 3.26KB
i18n (provider.js) 23.13KB 7.63KB
i18n (useDisplayLocale.js) 2.85KB 1.45KB
i18n (useObjectLabel.js) 33.40KB 8.71KB
i18n (useSafeTranslation.js) 7.77KB 3.13KB
layout (index.js) 38.95KB 10.97KB
mobile (MobileProvider.js) 0.92KB 0.49KB
mobile (ResponsiveContainer.js) 0.94KB 0.38KB
mobile (breakpoints.js) 1.51KB 0.70KB
mobile (createOfflineDataSource.js) 5.61KB 1.75KB
mobile (index.js) 1.55KB 0.62KB
mobile (offlineQueue.js) 3.91KB 1.35KB
mobile (pwa.js) 0.97KB 0.49KB
mobile (serviceWorker.js) 1.48KB 0.62KB
mobile (serviceWorkerSource.js) 3.41KB 1.48KB
mobile (useBreakpoint.js) 1.54KB 0.65KB
mobile (useGesture.js) 6.96KB 1.98KB
mobile (useOfflineSync.js) 1.99KB 0.72KB
mobile (usePullToRefresh.js) 2.53KB 0.85KB
mobile (useResponsive.js) 0.72KB 0.42KB
mobile (useResponsiveConfig.js) 1.37KB 0.63KB
mobile (useSpecGesture.js) 4.32KB 1.64KB
mobile (useTouchTarget.js) 1.01KB 0.54KB
permissions (MePermissionsProvider.js) 9.53KB 3.38KB
permissions (PermissionContext.js) 0.31KB 0.25KB
permissions (PermissionGuard.js) 0.89KB 0.45KB
permissions (PermissionProvider.js) 4.64KB 1.50KB
permissions (evaluator.js) 5.12KB 1.74KB
permissions (index.js) 0.93KB 0.41KB
permissions (store.js) 0.91KB 0.42KB
permissions (useFieldPermissions.js) 1.28KB 0.53KB
permissions (usePermissions.js) 1.93KB 0.88KB
plugin-ai (index.js) 15.75KB 3.80KB
plugin-calendar (index.js) 46.62KB 12.83KB
plugin-charts (index.js) 64.65KB 18.32KB
plugin-chatbot (index.js) 181.41KB 43.22KB
plugin-dashboard (index.js) 128.41KB 32.95KB
plugin-designer (index.js) 212.30KB 42.80KB
plugin-detail (index.js) 242.34KB 60.98KB
plugin-editor (index.js) 2.46KB 1.10KB
plugin-form (index.js) 125.63KB 30.64KB
plugin-gantt (index.js) 164.10KB 39.87KB
plugin-grid (index.js) 200.79KB 54.26KB
plugin-kanban (index.js) 52.93KB 14.60KB
plugin-list (index.js) 111.80KB 27.20KB
plugin-map (index.js) 20.06KB 6.62KB
plugin-markdown (index.js) 13.72KB 4.69KB
plugin-report (index.js) 43.49KB 11.93KB
plugin-timeline (index.js) 26.68KB 7.66KB
plugin-tree (index.js) 8.50KB 2.88KB
plugin-view (index.js) 84.61KB 20.74KB
providers (DataSourceProvider.js) 0.75KB 0.39KB
providers (MetadataProvider.js) 1.37KB 0.59KB
providers (ThemeProvider.js) 1.90KB 0.85KB
providers (UploadProvider.js) 11.66KB 3.50KB
providers (index.js) 0.45KB 0.23KB
providers (types.js) 0.01KB 0.04KB
react-runtime (index.js) 5.62KB 2.34KB
react (LazyPluginLoader.js) 3.77KB 1.33KB
react (SchemaRenderer.js) 43.66KB 14.77KB
react (data-invalidation.js) 5.05KB 2.08KB
react (index.js) 1.33KB 0.69KB
react (schema-input.js) 2.32KB 1.24KB
react (spec-input.js) 0.20KB 0.18KB
sdui-parser (codegen.js) 5.41KB 2.34KB
sdui-parser (index.js) 4.77KB 2.16KB
sdui-parser (input-type.js) 2.84KB 1.40KB
sdui-parser (parse.js) 10.76KB 3.17KB
sdui-parser (provenance.js) 3.66KB 1.82KB
sdui-parser (types.js) 0.29KB 0.24KB
sdui-parser (validate.js) 6.92KB 2.40KB
types (ai.js) 0.20KB 0.17KB
types (api-types.js) 0.20KB 0.18KB
types (app.js) 2.87KB 0.99KB
types (base.js) 0.20KB 0.18KB
types (blocks.js) 0.20KB 0.18KB
types (complex.js) 0.20KB 0.18KB
types (crud.js) 0.20KB 0.18KB
types (dashboard-filter-alias.js) 6.23KB 2.74KB
types (data-display.js) 0.20KB 0.18KB
types (data-protocol.js) 0.20KB 0.19KB
types (data.js) 0.20KB 0.18KB
types (designer.js) 1.87KB 0.85KB
types (disclosure.js) 0.20KB 0.18KB
types (error-code.js) 1.54KB 0.88KB
types (feedback.js) 0.20KB 0.18KB
types (field-types.js) 0.20KB 0.18KB
types (form.js) 0.20KB 0.18KB
types (http-inflight.js) 8.87KB 3.73KB
types (http-retry.js) 4.32KB 2.02KB
types (index.js) 3.59KB 1.79KB
types (layout.js) 0.20KB 0.18KB
types (managed-by.js) 0.19KB 0.18KB
types (mobile.js) 2.59KB 1.31KB
types (navigation.js) 0.20KB 0.18KB
types (objectql.js) 0.20KB 0.18KB
types (overlay.js) 0.20KB 0.18KB
types (permissions.js) 0.20KB 0.18KB
types (plugin-scope.js) 0.20KB 0.18KB
types (record-components.js) 0.20KB 0.19KB
types (record-semantics.js) 1.28KB 0.67KB
types (registry.js) 0.20KB 0.18KB
types (reports.js) 0.20KB 0.18KB
types (spec-report.js) 5.05KB 1.93KB
types (system-fields.js) 3.33KB 1.54KB
types (theme.js) 0.20KB 0.18KB
types (ui-action.js) 3.40KB 1.71KB
types (views.js) 0.20KB 0.18KB
types (widget.js) 0.20KB 0.18KB

Size Limits

  • ✅ Core packages should be < 50KB gzipped
  • ✅ Component packages should be < 100KB gzipped
  • ⚠️ Plugin packages should be < 150KB gzipped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation plugin

Projects

None yet

2 participants