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

Fixes date fields autofilling on edit #73

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

jim-sheldon
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.56%. Comparing base (48098b8) to head (3004280).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
- Coverage   64.83%   58.56%   -6.27%     
==========================================
  Files         150      114      -36     
  Lines        4874     3596    -1278     
  Branches     1505     1177     -328     
==========================================
- Hits         3160     2106    -1054     
+ Misses       1714     1490     -224     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jim-sheldon jim-sheldon force-pushed the dont-autofill-event-dates branch from 575ee8b to 3004280 Compare March 23, 2024 16:46
@@ -193,6 +193,8 @@ interface DateFieldProps {
export function DateField(props: DateFieldProps): JSX.Element {
const classes = useStyles();

const dateValue = props.value || 'yyyy/MM/dd';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'yyyy/MM/dd' seems to be a format not a value, am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants