ucsb-cs156-m23 / proj-happycows-m23-10am-4

https://ucsb-cs156-m23.github.io/proj-happycows-m23-10am-4/
0 stars 1 forks source link

Fix edit commons page #108

Closed publicqi closed 1 year ago

publicqi commented 1 year ago

Overview

This PR fix the CommonsForm default input date cut off issue so that edit commons page can correctly render date.

The cause to the issue is that if there's a passed in commons, the date can be in ISO long format. We need to convert it to YYYY-MM-DD.

Screenshots (Optional)

image

Feedback Request (Optional)

Future Possibilities (Optional)

Validation (Optional)

Tests

Linked Issues

Closes #10