CXTDT-553663 - DropdownSelect - Accessibility - has popup
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
89be89c3cc
commit
40129d8ce9
@ -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
|
||||
}
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
1.0.67
|
||||
----------------
|
||||
- CXTDT-553663 - DropdownSelect - Accessibility - has popup
|
||||
|
||||
1.0.66
|
||||
----------------
|
||||
- ONEAPP-6325 - Table - Development finished
|
||||
|
||||
Loading…
Reference in New Issue
Block a user