Skip to content

Commit 46b33c9

Browse files
authored
Merge pull request #5524 from woocommerce/ec/simple-payments-small-improvements
2 parents eb9e791 + b1040c8 commit 46b33c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

WooCommerce/Classes/ViewRelated/Orders/Simple Payments/Amount/SimplePaymentsAmount.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ struct SimplePaymentsAmount: View {
104104
.foregroundColor(.text)
105105
.textAlignment(.center)
106106
.keyboardType(.decimalPad)
107+
.focused()
107108
.fixedSize()
108109

109110
Spacer()

WooCommerce/Classes/ViewRelated/Orders/Simple Payments/Summary/SimplePaymentsSummary.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ private struct EmailSection: View {
9696
placeholder: SimplePaymentsSummary.Localization.emailPlaceHolder,
9797
text: $viewModel.email,
9898
keyboardType: .emailAddress)
99+
.autocapitalization(.none)
99100
.background(Color(.listForeground))
100101

101102
Divider()

0 commit comments

Comments
 (0)