-
-
Notifications
You must be signed in to change notification settings - Fork 185
Forms #32
Comments
Hi, I'd be interested in picking this issue up! I'm just wondering if it might be worth separating the Form and FormBuilder components into their respective issues? As they seem like two very distinct components and chunks of work :) If not I’m perfectly happy to do both as part of this issue :) |
@irvelervel what do you think? |
Hello everyone. I already did a pretty significant amount of work tooling a form generator system in the past, complete with autobuilding-from-schema features; the only problem is that I built it upon redux-form (https://github.com/redux-form/redux-form) which now seems to be much less relevant than it was at the time. Me and the rest of the core team agree that formik (https://github.com/jaredpalmer/formik) is a strong base to build upon right now. |
Ahhh, thanks for clearing that up @irvelervel :) I’d still like to pick this task up if that’s cool with everyone? |
@B-Taylor123 really sorry for the late response. I apologize but I realized I want to take some time to inspect my old code and check all the features implemented at the time in order to have a clearer picture of the code portions we need to write from scratch. We are probably going to have an open talk about this: we'll be glad if you can be a part of it. Stay tuned ;) |
Not sure if this has already been discussed and decided upon but if not I am also interested in helping out with this form builder if any help is needed. |
Hi @ocBruno, we analyze almost everyone form component and we decided to go with Formik. We like its philosophy and flexibility. We will try to use it as first choice and if it won't work for our needs we can re-evaluate react-final-form. |
Hello @fox1t, these three libraries will be helpful for the reference implementation. Drag and Drop UI for Form Which Generates JSON at the end Form Library that consumes JSON and display form and this one doesn't for creation UI but has JSON to Form implementation. |
Hi guys, I'm a bit late to the party, but I think https://react-hook-form.com/ is a much better library than Formik IMO. It was built on react hooks concept, and pretty intuitive to implement. |
Hi, @blestab @fox1t @tehkapa @jackcmeyer -- would love to take this on if no one is working on it! |
🚀 Feature Proposal
Add forms to the component library.
Forms should have:
Motivation
Forms are used to enter information.
Example
Creating a new patient.
Relevant Links
The text was updated successfully, but these errors were encountered: