Skip to content

#28 FieldObject #32

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

Merged
merged 6 commits into from
May 19, 2025
Merged

#28 FieldObject #32

merged 6 commits into from
May 19, 2025

Conversation

kevinkosterr
Copy link
Owner

Summary

This pull request adds a new field FieldObject. It also adds a new event emitted by the FormGenerator component (field-validated) which will trigger when a field inside the form has been validated. This is useful for any custom logic that you'd want to apply whenever a field has been validated.

Checklist

  • The commits in this PR follow the commit guidelines
  • The pull request was issued to the master branch (if not part of a release)

What kind of change(s) does this PR introduce? (Check at least one)

  • Bug fix 🐛 - fix(...)
  • Feature - feat(...)
  • Documentation - docs(...)
  • Introduces or modifies test(s) - test(...)
  • Other (please describe)

Closes #28

@kevinkosterr kevinkosterr added documentation Improvements or additions to documentation enhancement New feature or request tests Adds or fixes tests labels May 19, 2025
@kevinkosterr kevinkosterr merged commit 80194eb into master May 19, 2025
@kevinkosterr kevinkosterr deleted the #28 branch May 19, 2025 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request tests Adds or fixes tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FieldObject
1 participant