This repository was archived by the owner on Oct 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Documentation #3
Copy link
Copy link
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
HEADLINE
- docs: headline test status badge #50
- docs: headline NPM version badge #51
- docs: headline GITHUB stars badge (for npm readme) #52
prerequisite
INTRODUCTION
- docs(introduction): Explain why you want to use this library #54
- docs(introduction): Explain what the library is not #55
NATIVE VALIDATION FIRST
- docs(native-validation-first): Explain how our default form components are made to work exceptionally well when javascript is disabled and/or the form component has not yet been hydrated nor enhanced. #56
- docs(native-validation-first): Refer to caveats section #57
INSTALLATION
- docs(installation): show install commands #58
- docs(installation): show creation of a
~forms.tsconfig file usingcreate()#59 - docs(installation): show mounting of a generated form component #60
- docs(installation): show handling form actions #61
VALIDATIONS
- docs(validations): Explain how all validations are done on both the client side, and serverside when the
createActionshelper is used. #62 - docs(validations): Refer to form fields section for list of field validations #63
CUSTOM VALIDATIONS
FORMS
- docs(forms): List all options like METHOD, NAME, ID etc. #65
- docs(forms): List all available slots #66
- docs(forms): Explain how to add fields #67
- docs(forms): Explain how to add buttons #68
FORM FIELDS
- docs(forms): Explain how you can overwrite the labels of inputs (text and component) #70
- docs(forms): Explain how you can overwrite the descriptions of inputs (text and component) #71
- docs(form-fields): Explain how you can overwrite the descriptions of inputs (text and component) #72
FIELD VALIDATIONS
CUSTOM FIELD VALIDATIONS
FORM BUTTONS
- docs(form-buttons): Explain how you can overwrite the labels, value, etc. #78
- docs(form-buttons): Explain there is always one button added by default called
submit form#79
SNAPSHOTS
ACTIONS
SERVERSIDE VALIDATION
- docs(serverside-validation): Explain
throw fieldError()#76 - docs(serverside-validation): Explain returning from createActions wrapped action #77
KNOWN LIMITATIONS AND CAVEATS
HELP / FAQ
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed