We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The itemCountChanged event sends a tenth of what it should. Eg. in case of 40 selected it sends only 4. When the user selects 15, only 1 is sent.
Angular
v2.0.1
<ix-pagination advanced showItemCount [count]="total" [itemCount]="service.getPageCount()" [selectedPage]="service.getCurrentPage()" (pageSelected)="pageSelected($event.detail)" (itemCountChanged)="itemCountChanged($event.detail)"> </ix-pagination>
The text was updated successfully, but these errors were encountered:
danielleroux
Successfully merging a pull request may close this issue.
What happened?
The itemCountChanged event sends a tenth of what it should. Eg. in case of 40 selected it sends only 4. When the user selects 15, only 1 is sent.
What type of frontend frameware are you seeing the problem on?
Angular
Which version of iX do you use?
v2.0.1
Code to produce this issue.
The text was updated successfully, but these errors were encountered: