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
Here's my current form (note that it's only capturing the address field). This form will eventually need to support more complex inputs like mailing address.
I think the underlying question is: is there a way for one "form row" to support multiple fields/inputs without needing to use a separate screen.
I'd really like it to work similar to the Apple contacts works where all multiple inputs for the same field appear inline/adjacent to one another. Is there any way to do that with this gem currently?
The text was updated successfully, but these errors were encountered:
I'm building a form and I'm running into some issues with nested resources. Here's a simplified version of my data model:
Here's my current form (note that it's only capturing the address field). This form will eventually need to support more complex inputs like mailing address.
I think the underlying question is: is there a way for one "form row" to support multiple fields/inputs without needing to use a separate screen.
I'd really like it to work similar to the Apple contacts works where all multiple inputs for the same field appear inline/adjacent to one another. Is there any way to do that with this gem currently?
The text was updated successfully, but these errors were encountered: