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 6e48540 commit 321be19Copy full SHA for 321be19
src/app/registration-form-2/registration-form-2.html
@@ -86,7 +86,7 @@ <h1>Version 2: Advanced Validation and Schema Patterns</h1>
86
87
<label>
88
Topics (multiple possible):
89
- <select [disabled]="registrationForm.newsletterTopics().disabled()" [control]="registrationForm.newsletterTopics">
+ <select [control]="registrationForm.newsletterTopics">
90
<option value=""></option>
91
<option value="Angular">Angular</option>
92
<option value="Vue">Vue</option>
0 commit comments