Hi All,
I am trying to reproduce this example in my React Application.
https://gojs.net/latest/samples/customTextEditingTool.html
I have looked at the gojs-react, but that only has the implementation of Diagram and Palette.
The example from gojs-react-basic doesn’t have an example of how to use extensions either.
I want to have a select in my Diagram, but I don’t think the document.createElement(‘select’) is working in React.
Thanks!