Skip to content

Commit 73db702

Browse files
committed
fix(reactive-forms): removing explicit type="'line'" from combo
1 parent 5bc6696 commit 73db702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/how-to/reactive-forms/reactive-forms.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h4>Book your movie ticket</h4>
5757
}
5858
</igx-input-group>
5959
<igx-combo #combo1 class="input-container" [itemsMaxHeight]="130" [data]="genres" [valueKey]="'type'"
60-
[displayKey]="'type'" type="line" formControlName="genres" placeholder="Select your favorite genres"
60+
[displayKey]="'type'" formControlName="genres" placeholder="Select your favorite genres"
6161
searchPlaceholder="Search...">
6262
</igx-combo>
6363
<igx-date-picker name="date" formControlName="date" [minValue]="minDate" [maxValue]="maxDate" placeholder="Date">

0 commit comments

Comments
 (0)