seiv
button("Save") { enableWhen(controller.selectedPerson.dirty) setOnAction { controller.selectedPerson.commit() } }