CXTDT-565796 - DropdownSelect – Removed the "Type" from the VoiceOver
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
54a2a63ba4
commit
a253e2efc8
@ -331,9 +331,7 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalValidatable {
|
||||
if let errorText, showError {
|
||||
accessibilityLabels.append("error, \(errorText)")
|
||||
}
|
||||
|
||||
accessibilityLabels.append("\(Self.self)")
|
||||
|
||||
|
||||
return accessibilityLabels.joined(separator: ", ")
|
||||
}
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
- CXTDT-584278 – InputField - Accessibility
|
||||
- CXTDT-586375 - Table - Issue With Stripe
|
||||
- CXTDT-577463 - InputField - Accessibility - #7
|
||||
- CXTDT-565796 - DropdownSelect – Removed the "Type" from the VoiceOver
|
||||
|
||||
1.0.70
|
||||
----------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user