data-driven-forms / react-forms

React library for rendering forms.
https://data-driven-forms.org/
Apache License 2.0
302 stars 87 forks source link

fix(renderer): handle isEmpty for Date value #1479

Closed Hyperkid123 closed 2 months ago

Hyperkid123 commented 2 months ago

Fixes #1478

Description

The isEmptyValue needs a special handler for Date objects

Checklist: (please see documentation page for more information)

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-forms ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 29, 2024 0:42am
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.49%. Comparing base (4a49abd) to head (e48de85). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1479 +/- ## ======================================= Coverage 94.49% 94.49% ======================================= Files 210 210 Lines 3975 3978 +3 Branches 1629 1630 +1 ======================================= + Hits 3756 3759 +3 Misses 219 219 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rvsia commented 2 months ago

:tada: This PR is included in version 3.23.3 :tada:

The release is available on

Data-Driven-Forms.org!