made icon accessible
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
3589e1230a
commit
1f0ba0cee6
@ -183,7 +183,7 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalValidatable {
|
||||
|
||||
open var statusIcon: Icon = Icon().with {
|
||||
$0.size = .medium
|
||||
$0.isAccessibilityElement = false
|
||||
$0.isAccessibilityElement = true
|
||||
}
|
||||
|
||||
open var labelText: String? { didSet { setNeedsUpdate() } }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user