Hello, I am trying to create a custom field similar to the ones used by Dash robot, where when clicked they open a popup with an SVG image that let's the user configure the inputs of the field graphically (you can see in the first 5 seconds of the video):
https://youtu.be/U49wCR8XTLU?t=109I created a custom field that opens a widgetdiv when clicked, the idea is that this popup shows me an SVG image on the left side div. Right now when the widgetdiv pops up the image is not visible but if I inspect the HTML code and edit the <svg> tag, just adding an irrelevant whitespace anywhere, after saving the changes the svg image appears...
Video of the problem:
https://www.youtube.com/watch?v=Sb_CYjBxeeQI've been trying to figure this out for hours now, any ideas on what could be going on? It doesn't make a lot of sense to me...
Thanks in advance!
Santiago.