в this.selects у вас HTML-коллекция, у неё нет метода forEach, перепешите так
Array.prototype.forEach.call(this.selects, (item, i, selects) => {
item.addEventListener('mousedown', this.showMenu.bind(this));
});
так же this.lists и options в renderItems