-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
New documentation #92
Comments
It would be awesome if the contributing section described
The last time I tried setting it up and trying to see if my changes fix a On Wed, Aug 10, 2016 at 1:44 AM, Radosław Miernik notifications@github.com
|
Great idea @serkandurusoy. I'll surely add it to the playground README, but probably also here - it might be useful. |
Thanks! I believe it would also help encourage contributions. On Wed, Aug 10, 2016 at 10:43 AM, Radosław Miernik <notifications@github.com
|
It will be awesome to cover this use cases:
|
Thanks @vladejs! |
Is there an issue for usecase #1? I haven't find an thread about it
|
To be honest I can't remember... Maybe we talked about it internally? Despite of all - I'm currently writing this chapter, and it will be ready soon. |
Okay @vladejs - it would be nice to hear, if everything is clear and you could add something more. |
is there a way to tell AutoForm component to render an horizontal form? Like this one |
If you are using bootstrap themes, then If you are using semantic or unstyled theme, then no, there's no builtin way to do this - you can either create custom components to handle this or extend current ones and then make a PR. How to do that? I think the same way as |
The way I have it on my form is applying a
Or apply them field by field (this is how I do it in AutoForm with Blaze):
I don't know if this have been already discussed though |
That's exactly what is |
It works!, but not with nested fields (those who are Array in schema) because they are rendered inside a Panel. |
I think, that there's no good way to show inline form with an array field. |
New documentation is quite ready. I've already swapped old README.md with the new one, CONTRIBUTING.md is also updated. Does anyone have an idea for generating documentation from both JSDoc and propTypes? There are a lot of components right now, so doing it by hand is basically undoable. |
Right now API docs will remain incomplete. |
I'm starting to work on the new documentation. Here's a planned documentation summary. If you have any suggestions about what else should be included in here - please comment.
New documentation will be developed here - every suggestion and PR is welcome!
Playground is coming soon, don't worry.
The text was updated successfully, but these errors were encountered: