diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/dialogs/TransferMoneyDialog.swift b/ui/BankingiOSApp/BankingiOSApp/ui/dialogs/TransferMoneyDialog.swift index 7cfdb116..54736c93 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/dialogs/TransferMoneyDialog.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/dialogs/TransferMoneyDialog.swift @@ -119,7 +119,7 @@ struct TransferMoneyDialog: View { } Section { - LabelledUIKitTextField(label: "Recipient Name", text: $recipientName, focusOnStart: true, focusNextTextFieldOnReturnKeyPress: true, + LabelledUIKitTextField(label: "Recipient Name", text: $recipientName, focusNextTextFieldOnReturnKeyPress: true, isFocusedChanged: recipientNameIsFocusedChanged, textChanged: enteredRecipientNameChanged) .padding(.bottom, 0)