Problem to set 'text' of dropdown in haxeui-hxwidgets

I tried to add a text to a dropdown in a xml-file but if the app is started there is a failure.
A dropdown with no text is no problem.
I think there is a problem with ‘wxChoice’.

Cheers,
Domi

Sorry, missed this somehow, as usual, can you add some code or an example to you problem? Ive recently changed something there, but im not sure its actually the cause, some code / xml will help identify if it is.

FYI: the breaking change i made (assuming you are using git haxeui-core) is that the default item renderer now uses “text” not “value”… is that the issue you are facing?