Skip to content

Commit

Permalink
feat(material): add typeaheadDebounceInterval input for select (#2872)
Browse files Browse the repository at this point in the history
fix #2649
  • Loading branch information
aitboudad committed Nov 30, 2021
1 parent bc172ad commit f3b8137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/material/select/src/select.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { FieldType } from '@ngx-formly/material/form-field';
[aria-label]="_getAriaLabel()"
[aria-labelledby]="_getAriaLabelledby()"
[disableOptionCentering]="to.disableOptionCentering"
[typeaheadDebounceInterval]="to.typeaheadDebounceInterval"
>
<ng-container *ngIf="to.options | formlySelectOptions: field | async as selectOptions">
<ng-container
Expand Down

0 comments on commit f3b8137

Please sign in to comment.