hye, i want to make something like, when i click add more, new input form will appear and list can go on & on evrytime i click add more.. Thanks in advance
Mr
1 year ago
The best option i have right now each input will have 3 variables 1. Show/hide each input 2. Show/hide each add more button 3. Variable to hold input value
Andreas Møller
1 year ago
In This case I would use an array instead and repeat the input for each item in the array
I can send you a loom tonight
Mr
1 year ago
Thank you andreas yes thats good
Lucas G
1 year ago
Yes, make the input a component then repeat it over an array.
The add more button appends a new item to the array