-
-
Notifications
You must be signed in to change notification settings - Fork 114
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 a date selector to the search function #494
Conversation
It's because the search button triggers Make sense? |
Yeah, that makes sense. I was thinking |
b47cfc4
to
99c6aae
Compare
The code for this looks simple and good but the UI is too bad on mobile to ship. Going to drop in draft until you or I can fix that. |
…into date-selector
I'm opening this in draft state (pertaining to issue #410) because I've gotten stuck and I want to ask if someone has insight on what I'm missing.
I've added the date picker to the UI in this PR, and it works fine up to and including updating the
values
object and the query parameters in the location bar. However, when clicking the search button to actually perform the search, thevalues
revert back to what seem to be the initial values, and I do not understand why or where those are coming from.Does anyone have insight on why that is happening?