johnamdickson / portfolio-project-5

1 stars 1 forks source link

BUG: Cart quantity buttons not functioning #38

Closed johnamdickson closed 7 months ago

johnamdickson commented 7 months ago

Epic:

Shopping Cart #24 **Bug Description:** Javascript function to increment and decrement item quantities not working. **Actions to Resolve:** Further investigation revealed that there was an additional element returned in the array for form inputs. This element was the search bar as the class name used to get elements was input-group. Changed to a more specific class name call and bug resolved.