Can I add an input box to a custom shape?

Can I add an input box to a custom shape?This input box can affect my properties.image
Like this

Hi @ttoby, did you already check out our custom rendering example? It should be possible to add an <input /> element to the shape inside the render function and then also add event listeners to it.

Thank you for your reply. I looked at that example carefully, mainly about adding SVG elements, so I still don’t understand how to add ?

Okay, I think for this use case it’s actually better to use overlays. Overlays can include any HTML you want and are to be set to a certain position.

Thanks. I’ll give it a try