Hello, I`m facing a problem while using the DropDownButtonComponent. When I use the “target” parameter to call a div element which has a form inside it the event handlers (onClick, onSubmit…) don`t work. In the other hand if I use the same div element outside the drop down everything works fine. So how should I handle this problem? (I`m using React).
In this code (https://stackblitz.com/edit/react-v4kv29?file=index.js) I demonstrate the problem. The form without the <DropDownButtonComponent/> works fine, but when I uncomment this piece of code the event handler is not triggered.