Skip to content

Commit

Permalink
Allow autocorrect to expense name type of field
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-nirali-s committed Dec 16, 2024
1 parent d80d259 commit 2bcd63c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Splito/UI/Home/Expense/AddExpenseView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ private struct ExpenseDetailRow: View {
}
.tint(primaryColor)
.focused(focusedField, equals: field)
.autocorrectionDisabled()
.submitLabel(.next)
.onSubmit {
focusedField.wrappedValue = .amount
Expand Down
1 change: 0 additions & 1 deletion Splito/UI/Home/Expense/Note/AddNoteView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ private struct NoteInputFieldView: View {
.font(.subTitle2())
.foregroundStyle(primaryText)
.tint(primaryColor)
.autocorrectionDisabled()
.padding(16)
.overlay {
RoundedRectangle(cornerRadius: 12)
Expand Down
1 change: 0 additions & 1 deletion Splito/UI/Home/Groups/Create Group/CreateGroupView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ private struct AddGroupNameView: View {
RoundedRectangle(cornerRadius: 12)
.stroke(outlineColor, lineWidth: 1)
}
.autocorrectionDisabled()
}
}
}

0 comments on commit 2bcd63c

Please sign in to comment.