Tunnel edit: Fix keyboard type for reused cells

This commit is contained in:
Roopesh Chander 2018-10-29 15:12:19 +05:30
parent ec3b43bcdf
commit 7f69cb6118

View File

@ -405,6 +405,7 @@ class TunnelEditTableViewKeyValueCell: UITableViewCell {
placeholderText = ""
isValueEditable = true
isValueValid = true
keyboardType = .default
onValueChanged = nil
}
}