fixed bug in tooltip
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
42e2c5673f
commit
be265e5d64
@ -167,7 +167,6 @@ open class EntryField: Control, Accessable {
|
||||
isAccessibilityElement = true
|
||||
accessibilityTraits = .button
|
||||
addSubview(stackView)
|
||||
stackView.isUserInteractionEnabled = false
|
||||
|
||||
//create the wrapping view
|
||||
heightConstraint = containerView.heightAnchor.constraint(greaterThanOrEqualToConstant: containerSize.height)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user