Dropdown menu click causes page refresh

Hello,

I have added the contextMenu option to my table but clicking on the header button to bring the menu causes the page to refresh. Using Chrome timeline points to callbackProxy (line:8539). Do I need to configure the menu options to prevent the event from happening ?
The context menu (i.e. regular cells) works fine though. I am using version 1.0.0-beta3.

this._hot = new Handsontable(this._container, {
data: this._data,
minSpareRows: 1,
rowHeaders: true,
colHeaders: true,
contextMenu: true,
dropdownMenu: true,
manualColumnResize: true,
manualRowResize: true,
height: 450,
colWidths: 100
});

Hi, @truii_dev!

I’m having trouble reproducing this behaviour. Could you set up a live example, so I could have a closer look at it?
Thanks!