Skip to content

docs: warn about datetime timezone and datalist filtering quirks#29

Merged
ignsm merged 1 commit into
mainfrom
docs/field-gotchas
May 10, 2026
Merged

docs: warn about datetime timezone and datalist filtering quirks#29
ignsm merged 1 commit into
mainfrom
docs/field-gotchas

Conversation

@ignsm
Copy link
Copy Markdown
Owner

@ignsm ignsm commented May 10, 2026

Three small DX fixes for recently shipped fields:

  1. datetime timezone warning<input type="datetime-local"> emits no timezone. Most APIs expect ISO 8601 with TZ. Added a :::warning block in docs/guide/fields.md with a one-liner new Date(local).toISOString() recipe and a pointer to richer custom components.

  2. autocomplete datalist quirks — Native <datalist> filters by value, not label, and doesn't enforce that the typed value is in the list. Both are surprising defaults; warning block now states them up front.

  3. SSR migration note in CHANGELOG — Apps that wrapped FormRenderer in next/dynamic({ ssr: false }) to avoid the prior crash can drop the wrapper and recover prerendering. Added a diff snippet under ### Migration notes in the Unreleased section.

No code changes. Docs site builds clean (pnpm docs:build).

@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:10pm

Request Review

@ignsm ignsm merged commit 8ac7325 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.

1 participant