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

fix(#3233): fix rendering 0 when there are no errors. #3234

Merged
merged 7 commits into from Dec 8, 2022

Conversation

suyanhanx
Copy link
Contributor

@suyanhanx suyanhanx commented Nov 8, 2022

Reasons for making this change

fixes #3233

Checklist

  • I'm updating documentation
  • I'm adding or updating code
    • I've added and/or updated tests. I've run npm run test:update to update snapshots, if needed.
    • I've updated docs if needed
    • I've updated the changelog with a description of the PR
  • I'm adding a new feature
    • I've updated the playground with an example use of the feature

@heath-freenome
Copy link
Member

@suyanhanx Can you please update your PR to fix the tests as well as update the CHANGELOG.md

@heath-freenome
Copy link
Member

@suyanhanx We are still waiting for a couple of changes so that we can merge your fix

@suyanhanx
Copy link
Contributor Author

@heath-freenome Sorry to keep you waiting for so long. I've updated the snapshot and changelog.

@heath-freenome
Copy link
Member

@suyanhanx How did you update the snapshot as yours seem to have broken the build. You can simply use npm run test:update to do this.

@suyanhanx
Copy link
Contributor Author

@heath-freenome Well, I did this manually. Now I have used the command you suggested to update snapshots. Thanks for your suggestion.

@heath-freenome heath-freenome merged commit c0c0142 into rjsf-team:main Dec 8, 2022
shijistar pushed a commit to shijistar/react-jsonschema-form that referenced this pull request Jun 8, 2023
…team#3234)

* fix(rjsf-team#3233): fix rendering 0 when there are no errors.

* fix: update snapshot and changelog

* fix: update snapshot

Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
shijistar pushed a commit to shijistar/react-jsonschema-form that referenced this pull request Jun 8, 2023
…team#3234)

* fix(rjsf-team#3233): fix rendering 0 when there are no errors.

* fix: update snapshot and changelog

* fix: update snapshot

Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
@suyanhanx suyanhanx deleted the fix-display-error-0 branch October 30, 2023 02:13
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.

Rendering 0 for fields when there are no errors after adding a custom validator
2 participants