I am currently working with node-red and I created some custom nodes.
Now, I want to update dynamically the node parameter form: I want to retrieve a list containing data label from a server and put them into a select so the user can choose what data he wants to get.

Here, for instance, I would like to get the data contained in the container from broker. So what I want to do is to add a new select input when the container and the broker are filled.
Is it possible to do such a thing?
I already took a look into the custom edit behaviour (http://nodered.org/docs/creating-nodes/properties) but there are only events when the form is validated/cancelled/opened/... there are not events on the inputs themselves.
Thank you for the help :)
Gabi.