Selector called 2x for the items/group
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e4d75dd5b5
commit
9aa026ee94
@ -161,7 +161,8 @@ open class SelectorItemBase<Selector: SelectorControlable>: Control, Errorable,
|
||||
/// Called once when a view is initialized and is used to Setup additional UI or other constants and configurations.
|
||||
open override func setup() {
|
||||
super.setup()
|
||||
|
||||
|
||||
selectorView.isAccessibilityElement = false
|
||||
isAccessibilityElement = true
|
||||
accessibilityTraits = .button
|
||||
addSubview(mainStackView)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user