Select options in Inspector

Hi, I`m trying to add a select input into Inspector and array of values, for example:

var inspector = new Inspector(‘myInfo’, myDiagram,
{

                    properties: {
                        
                        "list": {type: "select"}

                    }
                });

But it is not working…
Could anybody help me?
Thanks.

I don’t remember the DataInspector having support for drop-down lists. But you could certainly implement such support by modifying the extensions/DataInspector.js code.