i need help with this:
im new on outsystems and im training creating a mobile appand at the moment i have the same problem as this post:https://www.outsystems.com/forums/discussion/20547/add-new-input-field-in-form/but in mobile
Another sugestion, I don't know if this solve your problem in Mobile, but check it this OML example.Best regards,
Nuno Verdasca
And you looking at the sample screenshot it seems that you're using a web responsive module, right?
And you take a look at the editable table widget. It has functionality to add and remove items dynamically.
Or with this you can't solve your problem?Best regards,Nuno Verdasca
Nuno Miguel Verdasca wrote:
Thats the problem I am using Mobile
Tiago,
I think that this component from Forge, solve your problem: Dynamic FormsPlease check, and tell me!?
Regards,
Hi Tiago,
The editable table is not user-friendly for mobile devices.
For this use case, you could just create a list of inputs using the respective patterns (list and input). Attached to this comment follows an implementation example. It's not fully implemented but you can understand the idea.
Just one tip, on mobile apps you can use swipe to perform actions on your list items.
Margarida
thank you both!I selected Nuno's Solution because it was the one who helped me the most