diff --git a/VDS/Components/Pagination/Pagination.swift b/VDS/Components/Pagination/Pagination.swift index f5a4e2c7..d3c0298a 100644 --- a/VDS/Components/Pagination/Pagination.swift +++ b/VDS/Components/Pagination/Pagination.swift @@ -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 diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index 198d284d..7cea34d5 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -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 ----------------