Skip to content

Commit

Permalink
Adjust font size of PasswordRow to avoid dots (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Sep 22, 2020
1 parent 118e313 commit 0aa150a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Rows/FieldsRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ open class PasswordCell: _FieldCell<String>, CellType {
textField.autocapitalizationType = .none
textField.keyboardType = .asciiCapable
textField.isSecureTextEntry = true
textField.adjustsFontSizeToFitWidth = true
if #available(iOS 11,*) {
textField.textContentType = .password
}
Expand Down

0 comments on commit 0aa150a

Please sign in to comment.