Digital ACT-191 ONEAPP-6318 story: updated role as button for the button icon.
This commit is contained in:
parent
ab33a0030b
commit
e7a85d16bc
@ -343,7 +343,7 @@ open class ButtonIcon: Control, Changeable, FormFieldable {
|
|||||||
open override func setup() {
|
open override func setup() {
|
||||||
super.setup()
|
super.setup()
|
||||||
isAccessibilityElement = true
|
isAccessibilityElement = true
|
||||||
accessibilityTraits = .image
|
accessibilityTraits = .button
|
||||||
accessibilityElements = [badgeIndicator]
|
accessibilityElements = [badgeIndicator]
|
||||||
|
|
||||||
//create a layoutGuide for the icon to key off of
|
//create a layoutGuide for the icon to key off of
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user