Now nearly everything works as expected. Only the ...
# tornadofx
d
Now nearly everything works as expected. Only the dirty check still makes some trouble. I have the following in my model: override val dirty = super.dirty.or(booleanListBinding(phoneNumberModels) { !dirty }.not())