CXTDT-565796 - DropdownSelect – Removed the "Type" from the VoiceOver

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-07-19 13:28:08 -05:00
parent 54a2a63ba4
commit a253e2efc8
2 changed files with 2 additions and 3 deletions

View File

@ -332,8 +332,6 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalValidatable {
accessibilityLabels.append("error, \(errorText)") accessibilityLabels.append("error, \(errorText)")
} }
accessibilityLabels.append("\(Self.self)")
return accessibilityLabels.joined(separator: ", ") return accessibilityLabels.joined(separator: ", ")
} }

View File

@ -6,6 +6,7 @@
- CXTDT-584278 InputField - Accessibility - CXTDT-584278 InputField - Accessibility
- CXTDT-586375 - Table - Issue With Stripe - CXTDT-586375 - Table - Issue With Stripe
- CXTDT-577463 - InputField - Accessibility - #7 - CXTDT-577463 - InputField - Accessibility - #7
- CXTDT-565796 - DropdownSelect Removed the "Type" from the VoiceOver
1.0.70 1.0.70
---------------- ----------------