Help with setting local storage for multiple list items
I'm a bit of a rookie so I need some help in the areas of setting a local storage variable and then setting the property.
What I have created is a page where I am displaying a list of multiple items from my database. Within that list is a grid component and within the grid is 2 labels and an input (for quantity).
What I would like to do is upon hitting the "save" button, set the local storage variable with all items in the list ONLY if the user has entered a quantity and then display the list of items below the Save button or on another page. Currently, all I have been able to do is to set the parameter for only the input box to display for only the 1st item in the list.
Help??