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

Made most input elements form aware #991

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

valadas
Copy link
Member

@valadas valadas commented Mar 7, 2024

This makes most elements that represent an input be aware of their surrounding form. It currently handles sending the values to the form and reacting to resets. I need to do at least 2 more PRs to complete this:

  1. To make dnn-richtext also form aware (need to fix a bug before that)
  2. To iron out validation UX/logic when validating a whole form.

I though making those is separate PRs might make it easier to review.

This makes most elements that represent an input be aware of their surrounding form. It currently handles sending the values to the form and reacting to resets. I need to do at least 2 more PRs to complete this:
1. To make dnn-richtext also form aware (need to fix a bug before that)
2. To iron out validation UX/logic when validating a whole form.

I though making those is separate PRs might make it easier to review.
@valadas valadas added the enhancement New feature or request label Mar 7, 2024
@valadas valadas added this to the 0.24.0 milestone Mar 7, 2024
Copy link
Contributor

@david-poindexter david-poindexter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @valadas - this is going to be so nice! 🎉

@david-poindexter david-poindexter merged commit 1e74560 into DNNCommunity:develop Mar 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants