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
It would be awesome if you could "Add a new tag" for the multivalued section, return an alert row or a picker row, and then choose an option from that row. That option would then format and/or return that specific type of row.
For example...you add a new row on the multivalued section. An alert row pops up and you choose "Twitter Row" and allows you to add a field row of Twitter format that allows you to input your Twitter handler.
You add a second row, same alert row pops up, but this time you choose "Phone row" and it adds the row into the same section but formats the new row to that selected option.
Not sure if that makes sense. But that would be awesome. Great work!!
The text was updated successfully, but these errors were encountered:
I think this could be implemented by subclassing GenericMultivaluedSection and overriding the initialize method to implement that functionality. See the implementation of GenericMultivaluedSection to see the current functionality
It would be awesome if you could "Add a new tag" for the multivalued section, return an alert row or a picker row, and then choose an option from that row. That option would then format and/or return that specific type of row.
For example...you add a new row on the multivalued section. An alert row pops up and you choose "Twitter Row" and allows you to add a field row of Twitter format that allows you to input your Twitter handler.
You add a second row, same alert row pops up, but this time you choose "Phone row" and it adds the row into the same section but formats the new row to that selected option.
Not sure if that makes sense. But that would be awesome. Great work!!
The text was updated successfully, but these errors were encountered: