-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ideas/ideaCreate: fix form - category dropdown & ImagePicker
Shifting state into subcomponents to prevent rerendering of ideaCreate and therefore all children of it. All values would be re-initialized and that is why it got vanished if interacting with certain form fields. ideas/ideaCreate: fix form - labels I decided to go with a more specific formFields set for labels. Meaning LabelListContainer, LabelList and LabelFieldForm. The reusability of having a universal usable CustomCheckBox is awesome, but at this point too complex. Especially using in conjunction with Formik. Note: I put all commits together because they were changing each other. I could not separate them better, because previous changes were changed again later. Sorry.
- Loading branch information
Showing
6 changed files
with
177 additions
and
152 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.