diff --git a/VDS/Components/TextFields/InputField/InputField.swift b/VDS/Components/TextFields/InputField/InputField.swift index e39d7f1e..004b33ae 100644 --- a/VDS/Components/TextFields/InputField/InputField.swift +++ b/VDS/Components/TextFields/InputField/InputField.swift @@ -79,7 +79,7 @@ open class InputField: EntryFieldBase, UITextFieldDelegate { internal var actionTextLink = TextLink().with { $0.contentEdgeInsets = .top(-2) } - public var actionTextLinkModel: TextLinkModel? { didSet { setNeedsUpdate() } } + internal var actionTextLinkModel: TextLinkModel? { didSet { setNeedsUpdate() } } /// The text of this TextField. private var _text: String?