0👍
Make itemproduct
an array and then bind to itemproduct[index]
instead of itemproduct
. Then you’ll have an array with the value of each select box as a separate index.
Source:stackexchange.com
0👍
Make itemproduct
an array and then bind to itemproduct[index]
instead of itemproduct
. Then you’ll have an array with the value of each select box as a separate index.