CXTDT-560485 - Tilelet - Accessibility

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-05-24 10:42:13 -05:00
parent 77109fd264
commit 3cc00e5260
2 changed files with 3 additions and 2 deletions

View File

@ -206,12 +206,12 @@ open class Tilelet: TileContainerBase<Tilelet.Padding> {
/// Descriptive Icon positioned in the contentView.
open var descriptiveIcon = Icon().with {
$0.isAccessibilityElement = true
$0.isAccessibilityElement = false
}
/// Directional Icon positioned in the contentView.
open var directionalIcon = Icon().with {
$0.isAccessibilityElement = true
$0.isAccessibilityElement = false
$0.name = .rightArrow
}

View File

@ -2,6 +2,7 @@
----------------
- CXTDT-556996 - RadioboxGroup Accessibility - Voice over does not render the group position
- CXTDT-560458 - Dropdown & TextArea voiceover behaviour
- CXTDT-560485 - Tilelet - Accessibility
1.0.64
----------------