Tunnel edit: Fix keyboard type for reused cells
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
92c0f2a17e
commit
c3c905884a
|
@ -405,6 +405,7 @@ class TunnelEditTableViewKeyValueCell: UITableViewCell {
|
|||
placeholderText = ""
|
||||
isValueEditable = true
|
||||
isValueValid = true
|
||||
keyboardType = .default
|
||||
onValueChanged = nil
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue