Hello WeWeb Team,
First of all, I want to thank you for the excellent work you’ve put into creating such a fantastic platform. Your efforts truly make building web applications a smoother, more enjoyable experience.
I’ve encountered an issue where inputs become invisible or unresponsive when they are part of repeated components. This feature is really important for my project, and it’s causing a significant roadblock.
I found other tickets about this issue so i can say it’s wide issue and a robust solution inside the platform can be really helpful for the community.
Hi @tomerer2000
When inputs are in a repeating group, they lose their state. You need to use the onChange event value and store it into an object to map them. We briefly cover this here: Dialog (Modal, Alert, Sheet) | WeWeb Documentation
Thank you for the fast response, I’ll try do it now, but do you think in the near future there will be a better solution? i think it can really hamper the use of the system as repeated items is very functional feature.
I also tried to bind the data using js formula and calling the variable id and it didn’t work so well, and im afraid that if i have several repeated items and my user will enter the input to the variable and i’ll bind it to new variable using workflow, when he will activate another repeated item action it will use the wrong input.
Im trying to overcome it by calling the js path of the element and than changing the type for the input element (from button to input), the thing is i find it a lil bit difficult to get the js path of each element. Is there a known function i can use?
Best regards