fixed bug in tooltip

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-12-21 09:07:36 -06:00
parent 42e2c5673f
commit be265e5d64

View File

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