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 = ""
|
placeholderText = ""
|
||||||
isValueEditable = true
|
isValueEditable = true
|
||||||
isValueValid = true
|
isValueValid = true
|
||||||
|
keyboardType = .default
|
||||||
onValueChanged = nil
|
onValueChanged = nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue