Is the problem in the Contact Model where I declar...
# tornadofx
d
Is the problem in the Contact Model where I declare phoneNumbers var phoneNumbers by property<ObservableList<String>>()? I have no idea how to initialize this in the model directly and do it in the view using contactModel.phoneNumbers.value = FXCollections.observableArrayList(“”)