Skip to content

Commit 0aa150a

Browse files
Adjust font size of PasswordRow to avoid dots (#2080)
1 parent 118e313 commit 0aa150a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Rows/FieldsRow.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ open class PasswordCell: _FieldCell<String>, CellType {
138138
textField.autocapitalizationType = .none
139139
textField.keyboardType = .asciiCapable
140140
textField.isSecureTextEntry = true
141+
textField.adjustsFontSizeToFitWidth = true
141142
if #available(iOS 11,*) {
142143
textField.textContentType = .password
143144
}

0 commit comments

Comments
 (0)