bugfix: CXTDT-459435 - Removing titleLabel from accessible elements, as the title's text is set as the textfields accessibilityLabel.
This commit is contained in:
parent
c0d4db39ca
commit
4634cff455
@ -187,7 +187,7 @@ import UIKit
|
|||||||
let tap = UITapGestureRecognizer(target: self, action: #selector(startEditing))
|
let tap = UITapGestureRecognizer(target: self, action: #selector(startEditing))
|
||||||
entryFieldContainer.addGestureRecognizer(tap)
|
entryFieldContainer.addGestureRecognizer(tap)
|
||||||
|
|
||||||
accessibilityElements = [titleLabel, textField, feedbackLabel]
|
accessibilityElements = [textField, feedbackLabel]
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc open override func updateView(_ size: CGFloat) {
|
@objc open override func updateView(_ size: CGFloat) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user