intuit/CardParts

CardPartPagedView doesn't scroll content when currentPage is set.

muzoman opened this issue · 0 comments

Describe the bug
If you set up CardPartPagedView with 3 pages and then set currentPage to 3 the control only displays page 1.

To Reproduce
As above, in the example project add a line to set the currentPage to any value other than 1 and page 1 only is displayed.

Expected behavior
Content page displayed that corresponds to the page number set for currentPage property.

Screenshots
N/A

Info (please complete the following information):
All devices and OS versions

Additional context
N/A