ChoicePropertyComponent callback?

Hi, just came upon this problem:

 

Is there any reason why ChoicePropertyComponent has no callback, whereas for example TextPropertyComponent has it's own Listener? The thing is that there's no way of letting you know that the user did select something in the combobox without modifying the base class. Or am I missing something?

 

Thanks

You can attach a callback to the Value with which you construct the ChoicePropertyComponent. See this function.

Thanks. I'll have a look...