I want to create an application to record customer data
1- I write the customer’s name, address, phone number, and invoice value
2- Make a save by pressing the + button
3- Only the name is added to the spinner elements component
4- When you choose any previously entered name from the spinner elements, its information (phone number, address, and invoice value) will appear below for each selected customer .
5- When choosing any name, it can be deleted by pressing the delete button
I have completed half the task and I was able to record only the names of the clients, but I cannot save and record the other data (phone number, address, and invoice value) and link it to each client
Manage three different lists can be more difficult than only one list. If customer's name is unique maybe would be better to use the name like tag, and store a list, with the several fields of the customer (address, phone..), like value.