Skip to content
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

Using :input instead of form #92

Closed
rhubarbselleven opened this issue Mar 5, 2015 · 3 comments
Closed

Using :input instead of form #92

rhubarbselleven opened this issue Mar 5, 2015 · 3 comments
Assignees

Comments

@rhubarbselleven
Copy link
Contributor

Currently, Syphon expects there to be a form element and from there will begin the serialisation process.

But what if there are 2 form tags? What if there isn't a form tag?

This issue is to land #18 (excluding handling default fields) by using :input as a means to collect form fields in a fragment

@samccone
Copy link
Member

samccone commented Mar 5, 2015

yes plz 👍

@darko1002001
Copy link

+1

I have an example where i am using Syphon to deserialize into fields inside a table. i have a itemView for each row which does the deserialization based on the model. I cannot rely on a form tag to for the row. this proposed solution will be perfect for these use cases.

@rhubarbselleven
Copy link
Contributor Author

Will be out in the next release 👯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants