Skip to content

6.17.5

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 09:02
· 478 commits to main since this release
3e013b0

@comet/admin@6.17.5

Patch Changes

  • 9f649e0: Update required validator in Field to correctly handle falsey values

    Previously, the validator incorrectly returned errors for all falsey values, e.g. the number 0.
    Now, it only returns an error for undefined, null, false and empty strings.