Skip to content
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

Add random page access at /read #575

Merged
merged 15 commits into from
Mar 23, 2024
Merged

Add random page access at /read #575

merged 15 commits into from
Mar 23, 2024

Conversation

douglasnaphas
Copy link
Owner

Closes gh-573.
Closes gh-571.

gh-573

For random page access.
The selected page, used as defaultValue for the select and pagination
elements I've added recently, is not updating when you go to a new page
using anything but that particular element.

That is, if I go to the URL and type in a new hash value, the right page
displays, but the page showing as selected in the select and the
pagination do not update.

Trying to fix this with the key prop, which is normally for lists.

Also adding a key to the option items, which more clearly need it.

https://stackoverflow.com/questions/30792526/defaultvalue-change-does-not-re-render-input
I actually like how it looks better, but itesting will require changes,
because I won't have button text to search for, so I'm staying with
"next page" and "previous page" for Passover 2024.
This reverts commit db9c4d8.

I got a build failure:

> ReferenceError: jsx is not defined
@douglasnaphas douglasnaphas merged commit 92271fb into master Mar 23, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant