Skip to content

Commit

Permalink
changed the category option
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbaldwa committed Sep 3, 2019
1 parent 43ca5ce commit c4c7f54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app/auth/signup/signup.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@
</mat-select>
</mat-form-field>
<mat-form-field>
<input matInput name="category" placeholder="Category" required [(ngModel)]="category" required>
<mat-label>Category</mat-label>
<mat-select name="category" [(ngModel)]="category" placeholder="Category" required>
<mat-option value="Inter IIT Team">Inter IIT Team</mat-option>
<mat-option value="Inter IIT Camp">Inter IIT Camp</mat-option>
<mat-option value="Intermediate">Intermediate</mat-option>
<mat-option value="NSO">NSO</mat-option>
<mat-option value="Beginner">Beginner</mat-option>
</mat-select>
</mat-form-field>
<mat-form-field>
<mat-label>Preferred Sport</mat-label>
Expand Down

0 comments on commit c4c7f54

Please sign in to comment.