Skip to content

Commit

Permalink
docs(igx-combo): add missing filterable input #1260
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jul 5, 2018
1 parent 97d55d0 commit 664feee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/igniteui-angular/src/lib/combo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ set values(newValues: Array<any>) {
By default filtering in the combo is enabled. However you can disable it using the following code:

```html
<igx-combo [filaterable]="false"></igx-combo>
<igx-combo [filterable]="false"></igx-combo>
```

<div class="divider--half"></div>
Expand Down Expand Up @@ -212,13 +212,14 @@ When igxCombo is opened allow custom values are enabled and add item button is f
| `data` | combo data source | any |
| `value` | combo value | string |
| `allowCustomValue` | enable/disables combo custom value | boolean |
| `filterable` | enable/disables combo drop down filtering - enabled by default | boolean |
| `valueKey` | combo value data source property | string |
| `displayKey` | combo display data source property | string |
| `groupKey` | combo item group | string |
| `virtualizationState` | defines the current state of the virtualized data. It contains `startIndex` and `chunkSize` | `IForOfState` |
| `totalItemCount` | total count of the virtual data items, when using remote service | number |
| `width ` | defines combo width | string |
| `heigth` | defines combo height | string |
| `height` | defines combo height | string |
| `itemsMaxHeight ` | defines drop down height | string |
| `itemsMaxWidth ` | defines drop down width | string |
| `itemHeight ` | defines drop down item height | string |
Expand Down

0 comments on commit 664feee

Please sign in to comment.