docs: clarify customization and complete editor examples - #591
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Vercel preview readyPreview: https://pretable-px9myo817-cacheplane.vercel.app Updated automatically by the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Readers could find control APIs but had no complete example of replacing editor fields, and the custom-select example omitted accessible naming and save/error feedback. The guides now lead with the choice between tokens, components, and renderEditor, with a native-control replacement example and a complete custom editor.
Correct permission-check visibility and editing keyboard exceptions, add kit exports to the website API index, and consolidate repeated reference material. Preserve API-table checks under the new heading. No runtime package API changes.
Validation: 636 website tests, website typecheck/lint/format, registry consistency, production build, and six focused Chromium/WebKit checks. Browser coverage includes pending/error text bounds, focus, number actions, multiline editing, rejected saves, corrected retries, and cancellation. Local Chrome also verified rendering and a rejected/corrected save. Chrome verified commit 8656f2f on the PR preview: native stepper focus, rejected/corrected quantity, full custom-select error text, successful retry, and no console warnings/errors. Production verification follows merge.