CXTDT-549888 - Pagination - Accessibility - The pagination bar does not render the correct selected page

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-05-03 09:35:49 -05:00
parent 26e7e24ec7
commit 12322130db
2 changed files with 2 additions and 1 deletions

View File

@ -189,6 +189,7 @@ open class Pagination: View {
nextButton.isHidden = _selectedPageIndex == total - 1
collectionView.reloadData()
verifyIfMaxDigitChanged()
setNeedsUpdate()
}
///Identifying if there is any change in the digits of upcoming page

View File

@ -8,7 +8,7 @@
- CXTDT-552842 - Breadcrumbs - Accessibility
- CXTDT-552825 - Tilelet - Accessibility The role of button is not provided for the tilelet.
- CXTDT-552834 - TileContainer - Accessibility Voice over is not rendering the information present click state.
- CXTDT-549888 - Pagination - Accessibility - The pagination bar does not render the correct selected page
1.0.60
----------------