to be able to do this: ``` onUserSelect { ...
# tornadofx
r
to be able to do this:
Copy code
onUserSelect {
            controller.categoryEntryModel.rebind {
                categoryentry = selectedItem ?: CategoryEntry("", "", 0)
            }

        }