-
Notifications
You must be signed in to change notification settings - Fork 881
Open
Description
the Dom did not work for me because the select element was not defined.
const quantity = document.querySelector(.product-quantity-container-${productId} select);
we have add the select element at the end so that the querrySelector knows the full path to the exact element we are trying to grab the value from.
Metadata
Metadata
Assignees
Labels
No labels