I’m developing a tool where I need to iput several products in the same page.
To do it, I’d like to use an icon, which should duplicate the line to the user select the product in a dropdown and fill the fields according the quatity they’d to.
Please see the image below to understand how I organize the group.
Hi Mateus, thanks for your quick reply. But unfortunatly it is not what I’m trying to do.
I want to duplicate the group (just in the interface) to let the user select a new product, which is already in the database, to make a list of product. I already did it using repeating group and transfer the selected list to another group using custom state, but I don’t want to do it because I’m respecting the layout created by UX Designer.
My idea is to add a new line with the same fields according picture (attached in the first message).
If I understood it right, you could use the concept in the video, however when you click to add a new line you create a new thing (empty) and the repeating group you duplicate the group line for you.
Please, let me know if it is what you are looking for.
@mateusproto
Actualy the video duplicate something in the database. I want to duplicate the field to enable user to choose another product in the dropdown and set the quantity… etc.