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

Refactor validation state to support pristine state #411

Closed
morewings opened this issue Aug 1, 2024 · 1 comment · Fixed by #412
Closed

Refactor validation state to support pristine state #411

morewings opened this issue Aug 1, 2024 · 1 comment · Fixed by #412
Labels
enhancement New feature or request Form validation Issues related to form validation topic Input released
Milestone

Comments

@morewings
Copy link
Owner

ValidationState.pristine is chosen instead ValidationState.valid when no validator provided. If we can't show error, we don't show valid state.

@morewings morewings added enhancement New feature or request Input Form validation Issues related to form validation topic labels Aug 1, 2024
@morewings morewings added this to the Version 1.0 milestone Aug 1, 2024
morewings pushed a commit that referenced this issue Aug 2, 2024
## [0.14.2](v0.14.1...v0.14.2) (2024-08-02)

### Bug Fixes

* **input validation:** improve prsitine state support ([74dcc25](74dcc25)), closes [#411](#411)
@morewings
Copy link
Owner Author

🎉 This issue has been resolved in version 0.14.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Form validation Issues related to form validation topic Input released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant