-
Notifications
You must be signed in to change notification settings - Fork 64.4k
Remove invalid validations section for checkboxes #41190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes a duplicate "Validations for checkboxes" section from the form schema syntax documentation. The removal correctly eliminates redundant documentation structure that was repeating validation information.
Key Changes
- Removes duplicate "Validations for
checkboxes" section (lines 248-256) that contained a validation table header and structure
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...ing-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md
Show resolved
Hide resolved
|
@revolter Thanks for opening a PR! I will figure out who knows enough about this to verify and let you know! |
|
Hi, @revolter! Can you tell us more about the error you received? We're having trouble reproducing, though the Issues team says that validation doesn't appear to be working currently. |
|
Really sorry for this - I was actually setting |
|
Opened #41338 instead 🤞🏻 |
Why:
Adding a
validationskey to acheckboxestypebody element causes an error.Closes:
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: