Skip to content

Commit

Permalink
Textfield fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Visual-Studio-Coder committed Apr 18, 2024
1 parent 36d89f1 commit 0d88eb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions QRSharePro.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = QRSharePro/QRSharePro.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = SU5789R8HD;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -602,7 +602,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = QRSharePro/QRSharePro.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = SU5789R8HD;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
2 changes: 1 addition & 1 deletion QRSharePro/HistoryDetailInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct HistoryDetailInfo: View {
.padding()
.background(.gray.opacity(0.2))
.clipShape(RoundedRectangle(cornerRadius: 15))
.keyboardType(.default)
.keyboardType(.alphabet)
.autocapitalization(.none)
.autocorrectionDisabled()
.padding(.horizontal)
Expand Down

0 comments on commit 0d88eb2

Please sign in to comment.