Reply to How to prevent TextField from disappearing in SwiftUI List? Fyi this is what fixed it: https://stackoverflow.com/a/59429857/646960TextField("Test", text: .constant("TextField \(index)")) .id(index)Not sure exactly why `id` is required here. UI Frameworks SwiftUI Dec ’19