CXTDT-553663 - DropdownSelect - Accessibility - has popup

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-06-11 11:04:46 -05:00
parent 89be89c3cc
commit 40129d8ce9
2 changed files with 5 additions and 1 deletions

View File

@ -279,7 +279,7 @@ open class DropdownSelect: EntryFieldBase {
open override func updateAccessibility() {
super.updateAccessibility()
fieldStackView.accessibilityLabel = "Dropdown Select, \(accessibilityLabelText)"
fieldStackView.accessibilityHint = isReadOnly || !isEnabled ? "" : "Double tap to open."
fieldStackView.accessibilityHint = isReadOnly || !isEnabled ? "" : "has popup, Double tap to open."
fieldStackView.accessibilityValue = value
}

View File

@ -1,3 +1,7 @@
1.0.67
----------------
- CXTDT-553663 - DropdownSelect - Accessibility - has popup
1.0.66
----------------
- ONEAPP-6325 - Table - Development finished