Having trouble getting a custom dropdown control to work

I want to use react fluentui northstar controls with JSONForms so I’ve been modifying the seed app to use them. I’ve got Input, Checkbox and Datepicker working. I’ve got the Dropdown displaying but not updating the bound data. I must have implemented the onChange event incorrectly but I can’t figure out what’s wrong. I put a working example here:
gyrevik/jsonforms-react-seed (github.com)

Any help much appreciated!

I got it working. Needed to initialize it.

1 Like

Nice! Let us know when you have further question :wink:

@gyrevik I also would like to convert to react fluent ui. Could i help to get components into a renderset?