You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: