turned off icon for voiceover
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
2163abe91a
commit
aba7ef7df7
@ -175,6 +175,7 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalValidatable {
|
|||||||
|
|
||||||
open var statusIcon: Icon = Icon().with {
|
open var statusIcon: Icon = Icon().with {
|
||||||
$0.size = .medium
|
$0.size = .medium
|
||||||
|
$0.isAccessibilityElement = false
|
||||||
}
|
}
|
||||||
|
|
||||||
open var labelText: String? { didSet { setNeedsUpdate() } }
|
open var labelText: String? { didSet { setNeedsUpdate() } }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user