updates public
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
405a84b359
commit
acd688405d
@ -107,6 +107,9 @@ open class InputField: EntryFieldBase {
|
|||||||
$0.isAccessibilityElement = false
|
$0.isAccessibilityElement = false
|
||||||
$0.autocorrectionType = .no
|
$0.autocorrectionType = .no
|
||||||
$0.spellCheckingType = .no
|
$0.spellCheckingType = .no
|
||||||
|
$0.smartQuotesType = .no
|
||||||
|
$0.smartDashesType = .no
|
||||||
|
$0.smartInsertDeleteType = .no
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Color configuration for the textField.
|
/// Color configuration for the textField.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user