Here\'s the code:
class MenuContainerComponent extends Component { onInputWidgetMenuChange(event, data) { console.log(data); } render()
AFAIK, since you're using Dropdown.Menu inside this Dropdown, the onChange won't work. It's for normal Drodowns (like selecting a value etc). Try creating a generic onClick and assign it to
Dropdown.Menu
Dropdown
onChange
onClick