-
-
Notifications
You must be signed in to change notification settings - Fork 564
docs: Expand submission handling and validation documentation #1428
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
docs: Expand submission handling and validation documentation #1428
Conversation
b5c409d to
8fd0b76
Compare
|
Angular is quite something. I'm attempting to work through it, but if someone with more experience in it could port the two files I'd appreciate it |
…nstack-form into docs-submission-handling
…nstack-form into docs-submission-handling
|
I'm not too confident reviewing angular, since I've only had a brief experience with it. Perhaps @Pascalmh can confirm it's good if he's working with it. I'll message some of the other maintainers to see if they're able to have a look. But, great job on adding to the docs! |
|
@harry-whorlow @LeCarbonator I used to work with angular until about a year ago - it looks good and seems to follow the Angular Style Guide - but angular evolves quickly - so someone that is actively working with Angular should take another look if possible. |
Co-authored-by: Pascal Küsgen <[email protected]>
Balastrong
left a comment
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.
Very well done :D
|
Thanks for the submission @LeCarbonator, and @Pascalmh |
This PR aims to expand the submission handling page with the following:
Rewrite Submission meta to be clearer
Add nested fields in form -> field validation example
Add Standard Schema input vs. output scenario
Address parity problems between frameworks in
validation.mdandsubmission-handling.md[ ] LitThere are docs files that have higher priority than these ones for Lit, as the current documentation is lacking.Due to point 3, this is marked as draft. Let me know if there are improvements to be added into the uploaded react files.
Since I am only familiar with React, I will test run the code snippets of other frameworks, so they might take a bit of a while.
This PR closes #1430 when merged.