Skip to content

Commit 321be19

Browse files
committed
remove manual disabled binding
1 parent 6e48540 commit 321be19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/registration-form-2/registration-form-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1>Version 2: Advanced Validation and Schema Patterns</h1>
8686

8787
<label>
8888
Topics (multiple possible):
89-
<select [disabled]="registrationForm.newsletterTopics().disabled()" [control]="registrationForm.newsletterTopics">
89+
<select [control]="registrationForm.newsletterTopics">
9090
<option value=""></option>
9191
<option value="Angular">Angular</option>
9292
<option value="Vue">Vue</option>

0 commit comments

Comments
 (0)