dooApp/FXForm2

ListChoiceBoxFactory doesn't unbind choicebox items property on dispose

Closed this issue · 0 comments

Hi,

ListChoiceBoxFactory doesn't unbind choicebox items property on dispose.

That will cause a exception "A bound value cannot be set" when the form source will be set to null.

You'll find a pull request with the fix.

Kevin