How to render attribute value to input box in the PropertiesPanel

Hi @qkaihui

I’m not completely sure what you want to achieve. Do you want to modify the initial id-value for newly created elements? Than this topic seems to be a duplicate of this.

Or do you ask for general advice how to set initial attribute values? In this case I think you have to extend the current PropertiesPanel implementation, see this example for guidance. Another way achieving this would be using element templates as described here.