-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: add DateSelector dateFormat prop #2726
base: main
Are you sure you want to change the base?
Conversation
5a98f48
to
86034fb
Compare
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.
This seems useful — I'd just recommend updating DatePicker.stories.tsx
to demonstrate how to use it. Do you mind if I commit to this branch with the story addition?
Go for it! |
Pardon the accidental close, here's the commit |
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.
LGTM!
Any update on this? |
Just waiting on code reviews from our engineers (for this and the other PRs), pardon the delay |
- uswds/uswds#5825 has been fixed. - https://github.com/lpsinger/react-uswds/tree/gcn is the same as trussworks/react-uswds#2726, but rebased. - I had to update some CSS where we have heavily customized the appearance of some USWDS components.
I fixed a form validation bug. Please review again. |
- uswds/uswds#5825 has been fixed. - https://github.com/lpsinger/react-uswds/tree/gcn is the same as trussworks/react-uswds#2726, but rebased. - I had to update some CSS where we have heavily customized the appearance of some USWDS components.
- uswds/uswds#5825 has been fixed. - https://github.com/lpsinger/react-uswds/tree/gcn is the same as trussworks/react-uswds#2726, but rebased. - I had to update some CSS where we have heavily customized the appearance of some USWDS components.
I rebased this again. Any updates on when someone will review this? |
It's been a few more months since the last time I checked on this. Would someone please review it? |
@@ -34,3 +34,6 @@ export const YEAR_CHUNK = 12 | |||
export const DEFAULT_MIN_DATE = '0000-01-01' | |||
export const DEFAULT_EXTERNAL_DATE_FORMAT = 'MM/DD/YYYY' |
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.
nitpick: I am good with passing the Happo diffs if you can explain why the switch to all caps for the help text? my thoughts would be to not change the default text if it can be avoided
(I am not at Truss anymore but will see if I can reach out to someone who is with Codeowner status to look at this, sorry about the wait!)
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.
I don't know why the case changed. I see what you mean, but I don't see anything in my patch that would cause it to do that.
Summary
Related Issues or PRs
How To Test
Screenshots (optional)