We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de4704 commit b321d7bCopy full SHA for b321d7b
src/content/docs/de/create-task/event-binding.mdx
@@ -70,7 +70,7 @@ The `ngSubmit` directive ensures that Angular handles the form submission proper
70
<form [formGroup]="form" (ngSubmit)="submit()" class="flex flex-col gap-2 m-auto">
71
<fieldset class="fieldset w-full">
72
<legend class="fieldset-legend">Name</legend>
73
- <input formControlName="name" type="text" class="input w-full" placeholder="Type here" />
+ <input formControlName="title" type="text" class="input w-full" placeholder="Type here" />
74
</fieldset>
75
76
<fieldset class="fieldset">
0 commit comments