made property internal
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
2046897199
commit
9ce6428bda
@ -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?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user