Dropdown on click

Dropdown on click

I have a table with cells that are filled with questions.

I've managed to have a select dropdown list show up on click, but the problem is it keeps up multiplying whenever I click on the cell. Even when I click on the dropdown list itself to make a choice, another dropdown list right next to it shows up.

So, how do I make an element stop listening for the click event, once that event has triggered the intended function?