Forge Viewer Extension for Toolbar: How to add a custom combox
问题 I am trying to add a custom combobox to the toolbar in the forge viewer. Below is the code for it. I am able to successfully able to add buttons and they are functional. But combobox is not. It adds a combobox but it does show the fly out menu when I click on it. Not sure what I am doing wrong. help! function BuildingToolbarExtension(viewer, options) { Autodesk.Viewing.Extension.call(this, viewer, options); } BuildingToolbarExtension.prototype = Object.create(Autodesk.Viewing.Extension