nss-evening-cohort-12 / pants-trousers

pants-trousers created by GitHub Classroom
0 stars 2 forks source link

Dropdown for Size filter on inventory page #12

Open JeremiahV93 opened 4 years ago

JeremiahV93 commented 4 years ago

User Story

As a user, when I go to the inventory page, there should be a drop down menu to easily toggle to filter the sizes of the trousers

AC

WHEN I go to the inventory page THEN I should see drop down menu to toggle different sizes of the trousers AND As soon as you select any item it shows corresponding sizes of the trousers

Dev Notes

An inventory page loads with the bootstrap drop down menu https://getbootstrap.com/docs/4.0/components/dropdowns/ A drop down should have list of the sizes of the trousers As soon as you change the drop down selection the JavaScript event should go off to filter the sizes of trousers.