Skip to content

docs: add inline-edit recipe for per-field save forms#31

Merged
ignsm merged 1 commit into
mainfrom
docs/inline-edit-recipe
May 10, 2026
Merged

docs: add inline-edit recipe for per-field save forms#31
ignsm merged 1 commit into
mainfrom
docs/inline-edit-recipe

Conversation

@ignsm
Copy link
Copy Markdown
Owner

@ignsm ignsm commented May 10, 2026

Closes #23.

The pattern recommended in the issue thread — one FormRenderer per editable row for account-settings-style pages — now lives in the docs as a real page.

Covers:

  • Why one FormRenderer per row works for inline edit
  • Both React and Vue snippets (matches existing code-group style)
  • Inline button layout via ActionsComponent / actionsComponent
  • Tradeoffs (N engine instances, no cross-row state)

Added to the Guide sidebar between 'Custom Actions & Progress' and 'Examples'. Closes the issue with a discoverable answer instead of a buried comment.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 10, 2026

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

Project Deployment Actions Updated (UTC)
formhaus Ready Ready Preview, Comment May 10, 2026 2:17pm

Request Review

@ignsm ignsm merged commit 7e505b8 into main May 10, 2026
8 checks passed
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.

Pattern for inline-edit / per-field save forms

1 participant