-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Add a component that renders a list of fields #31
Comments
Great idea, @macrozone! How about |
Also thought about But on second thought, it seems logical to name it |
Check it out. I'll publish new version later. Let me know, if there are some errors. |
It doesn't work for me:
The error is:
I'am using |
Well... It turned out, that |
I think it would be nice to have a
<AutoFieldList />
-component that renders a list of fields automaticallysimilar to aldeed:autoform's https://github.com/aldeed/meteor-autoform#afquickfields:
This allows us to easly change the style or behavior of the submit button or to add more elements inside the form without loosing the "auto-form-magic".
you could also omit fields:
or include only some fields:
or group some fields:
What do you think?
Should be easy to develop, right? AutoFieldList (or however it will be named) could receive the schema-definition by context.
The text was updated successfully, but these errors were encountered: