-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement auro-formvalidation #129
Labels
Comments
jordanjones243
added a commit
that referenced
this issue
Apr 2, 2024
6 tasks
jordanjones243
added a commit
that referenced
this issue
Apr 29, 2024
BREAKING CHANGE: The individual component validation, as well as support for individual checkboxes using the required attribute has been removed.
jordanjones243
added a commit
that referenced
this issue
Apr 29, 2024
jordanjones243
added a commit
that referenced
this issue
May 1, 2024
jordanjones243
added a commit
that referenced
this issue
May 1, 2024
BREAKING CHANGE: The individual component validation, as well as support for individual checkboxes using the required attribute has been removed.
jordanjones243
added a commit
that referenced
this issue
May 1, 2024
jordanjones243
added a commit
that referenced
this issue
May 8, 2024
jordanjones243
added a commit
that referenced
this issue
May 10, 2024
BREAKING CHANGE: The individual component validation, as well as support for individual checkboxes using the required attribute has been removed.
jordanjones243
added a commit
that referenced
this issue
May 10, 2024
jordanjones243
added a commit
that referenced
this issue
May 10, 2024
jason-capsule42
pushed a commit
that referenced
this issue
May 10, 2024
BREAKING CHANGE: The individual component validation, as well as support for individual checkboxes using the required attribute has been removed.
jason-capsule42
pushed a commit
that referenced
this issue
May 10, 2024
jason-capsule42
pushed a commit
that referenced
this issue
May 10, 2024
blackfalcon
pushed a commit
that referenced
this issue
May 10, 2024
# [3.0.0](v2.1.8...v3.0.0) (2024-05-10) ### Bug Fixes * **border:** update focus border styles [#127](#127) ([9d10251](9d10251)) ### Features * **library:** add auro-library functionality to repo ([99ee3c6](99ee3c6)) * **validation:** implement formvalidation repo [#129](#129) ([c8a45be](c8a45be)) ### Performance Improvements * **deps:** update dependencies ([88e0b3b](88e0b3b)) * **validation:** update validation logic for checkbox border [#129](#129) ([4b85ab1](4b85ab1)) * **validity:** update tests and validation for error and required [#129](#129) ([0b833e5](0b833e5)) ### BREAKING CHANGES * **validation:** The individual component validation, as well as support for individual checkboxes using the required attribute has been removed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
General Support Request
Support request
We want to keep our validation methods consistent across all form elements.
Possible Solution
Implement the
auro-formvalidation
repo that is currently being added to all of our form elements.The text was updated successfully, but these errors were encountered: