Skip to content

Commit c74e9b6

Browse files
authored
[PM-20504] Turn off smart quotes in password fields (#1614)
1 parent 9e3a1ca commit c74e9b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BitwardenShared/UI/Platform/Application/Views/BitwardenTextField.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ struct BitwardenTextField<FooterContent: View, TrailingContent: View>: View {
167167
.id(title)
168168
.introspect(.textField, on: .iOS(.v15, .v16, .v17, .v18)) { textField in
169169
textField.smartDashesType = isPassword ? .no : .default
170+
textField.smartQuotesType = isPassword ? .no : .default
170171
}
171172
.accessibilityLabel(title ?? "")
172173
.foregroundStyle(

0 commit comments

Comments
 (0)