ubceats / foodfoodfood

🍕 UBCEats: A web portal for food items at UBC
http://www.ubceats.ca
3 stars 0 forks source link

Select multiple items without using shift or command key #17

Closed iandelrio closed 6 years ago

iandelrio commented 6 years ago

Clicking on multiple different tags should highlight all of them. Right now, clicking on one and then clicking on another unselects the first.

agottardo commented 6 years ago

Time to learn some jQuery! https://stackoverflow.com/questions/8641729/how-to-avoid-the-need-for-ctrl-click-in-a-multi-select-box-using-javascript

Also https://codepen.io/gmkhussain/pen/ozwwPw

iandelrio commented 6 years ago

So it's purely a front-end thing?

agottardo commented 6 years ago

Yes. Add that code to filterfooditems.phtml.

agottardo commented 6 years ago

Fixed in 2f01e8c1f09b21df98855ba958f1abe84037e414.