Hello guys
Just wondering, given that GoJs is implemented on top of canvas, is there any way to have something like custom HTML in a node? Say I want a slider, or a combo box within a node, is there a way of doing that?
I figured it would theoretically be possible to track the movement and bounds of the node and absolutely position the HTML so that it always appears to be within the node, but that feels dirty.
If you know of a better way to do this, I’d appreciate any pointers.