Skip to content

Commit

Permalink
feat(addon/components/paper-form)!: yield self as parent, so that chi…
Browse files Browse the repository at this point in the history
…ld components can migrate to consuming the parent to enable expected form validation/submission.
  • Loading branch information
matthewhartstonge committed Nov 13, 2024
1 parent 2150c07 commit e196071
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 82 deletions.
1 change: 1 addition & 0 deletions addon/components/paper-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
onValidityChange=this.localOnValidityChange
)
onSubmit=this.localOnSubmit
parent=this
)
}}
</form>
Loading

0 comments on commit e196071

Please sign in to comment.