made property internal

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-04-16 09:51:57 -05:00
parent 2046897199
commit 9ce6428bda

View File

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