问题 I have two Published state in my viewmodel one is for source and another one is for destination Based on the solution here to detect live changes on textfield. I have implemented like this TextField("", text: $viewModel.source) TextField("", text: $viewModel.destination) Problem, here is i need to update the either fields whenever user enter some value. For example - If user enter on source then i need to update destination with source inputs. And if user input destination then need to update