-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
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
fix(Pagination): Fix pagination to update page count #2639
Conversation
PatternFly-React preview: https://patternfly-react-pr-2639.surge.sh |
The only issue with this is... now yah can't change the date via input :( |
@AllenBW I was trying to look into this, but I'm not positive I know what you mean. Can you explain further or show me what's happening for you? I'll definitely work on whatever is going on! :) |
@jessiehuff hi!! I believe its the same issue we see in the test failure, if i drop into the PatternFly-React preview and attempt to change the page via the input (rather than the flanking page buttons) there is no change in page value 😬 |
#2417 Is definitely the work that resulted in this issue, another fe (in addition to insights) that demonstrates this issue is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jessiehuff Looks like the jest tests are failing.
Hey @AllenBW! I think I got it figured out. :) Sorry it took me so long, I had issues with my development environment that I had to solve first haha. Thanks for pointing out the issue! |
WOOHOO!! thanks for effort! lookin forward to incorporating this fix 😋 💃🏾🌺 |
Your changes have been released in:
Thanks for your contribution! 🎉 |
Fixes #2629