This repository was archived by the owner on Mar 28, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
Formik based form samples#1
Open
reinhard wants to merge29 commits intomasterChoose a base branch fromRP-Feature-forms
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
29 commits Select commitHold shift + click to select a range
ecdb3c7 Forms: add page
reinhard349593c initial UserForm
reinharde4c16ce user addresses subforms
reinharde8074fb userform: move addresses
reinhardbc0f990 update dependencies
reinhard7c15053 form styling; restructure code
reinhardf374edf form: restructure code
reinhardff14cc2 visual cleanup
reinhardbdfd590 forms: use redux store
reinhard81dcd97 forms: use a map as user store
reinhard983c0c6 forms: saveUser
reinhard3a4c7d9 forms: routing with react-router
reinhard1c88738 router: use combineReducersWithRouter helper function
reinhard8290c70 forms: addUser, server-side validation
reinhard4bc852e add source-map-explorer
reinhard64a9209 cleanup code
reinhard67bfb6a update deps
reinhard8318fcd pin deps
reinhardaddf73b forms: no auto-complete for input fields
reinhard49fa74e link logo
reinhard5f8c030 forms: focus -> style
reinhardaefde4f formatting
reinhard353d14f merge with master: cleanup dependencies and .gitignore
reinharde28f226 use alpha releases of indoqa-react-fela and indoqa-react-app
reinharddda1a8f merge with master
reinhardced5dd5 v2.4.0
reinhard97a5ad3 merge with master
reinhardc465c95 Update README.md
reinharde8bbb37 merge README.md with master
reinhardFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
forms: saveUser
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit983c0c6d49456d08e6bad17b27acb0ecd2393b10
There are no files selected for viewing
7 changes: 4 additions & 3 deletionssrc/main/forms/components/UserForm.react.js
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
10 changes: 8 additions & 2 deletionssrc/main/forms/components/UserPage.react.js
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
4 changes: 2 additions & 2 deletionssrc/main/forms/components/UserPage.redux.js
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
5 changes: 5 additions & 0 deletionssrc/main/forms/store/forms.actions.js
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
16 changes: 15 additions & 1 deletionsrc/main/forms/store/forms.reducer.js
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
1 change: 1 addition & 0 deletionssrc/main/forms/types/User.js
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -6,4 +6,5 @@ export type User = { | ||
| name: string, | ||
| email: string, | ||
| addresses: Array<Address>, | ||
| lastModified: Date, | ||
| } | ||
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.