Not focusing recipient name text field on start anymore, just displays 'Please enter recipient name' error message on iOS 14
This commit is contained in:
parent
de46d60416
commit
c2a9f9f44a
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue