iOS Swift - User Input and Forms
Identify the issue in this SwiftUI Form code snippet:
Form {
Section(header: Text("Contact")) {
TextField("Phone", text: phone)
}
}