Hi Everyone,
Thanks in advance for your help.
I am looking for some guidance on how to save user input data from Input boxes within a Row component to a data variable of object type on button tap.
I have a repeating Row component that has 3 input boxes. And a tick button to save and cross button to delete the entry.
I also have Add Subject button, which is meant to add the above Row component on Button tap.
I need help to accomplish the following:
- On Button tap of ‘Add Subject’ button. I would like to see a new row added (with the 3 input boxes and tick and cross buttons).
- On clicking the green tick icon, the entry is saved to local storage, that I have created with following schema:
id - text
subject - text
max - number
goal - number
visible - true/false