I've also found that swiftUI's refreshing had gone wrong somehow
if I do this:
List($someSortOfADynamicList) { $item in
TextField("Placeholder...", text: $item.someSortOfAStringVariable)
}
it'll act very weird. Every time a value is changed, the current textfield focused defocused. And if you use a NavigationView, the current NavigationLink gets unfocused, that is, no view displayed in the destination page.