updates public

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-07-11 14:03:56 -05:00
parent 405a84b359
commit acd688405d

View File

@ -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.