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 5bc6696 commit 73db702Copy full SHA for 73db702
1 file changed
src/app/how-to/reactive-forms/reactive-forms.component.html
@@ -57,7 +57,7 @@ <h4>Book your movie ticket</h4>
57
}
58
</igx-input-group>
59
<igx-combo #combo1 class="input-container" [itemsMaxHeight]="130" [data]="genres" [valueKey]="'type'"
60
- [displayKey]="'type'" type="line" formControlName="genres" placeholder="Select your favorite genres"
+ [displayKey]="'type'" formControlName="genres" placeholder="Select your favorite genres"
61
searchPlaceholder="Search...">
62
</igx-combo>
63
<igx-date-picker name="date" formControlName="date" [minValue]="minDate" [maxValue]="maxDate" placeholder="Date">
0 commit comments