@@ -77,7 +77,7 @@ set values(newValues: Array<any>) {
77
77
By default filtering in the combo is enabled. However you can disable it using the following code:
78
78
79
79
``` html
80
- <igx-combo [filaterable ] =" false" ></igx-combo >
80
+ <igx-combo [filterable ] =" false" ></igx-combo >
81
81
```
82
82
83
83
<div class =" divider--half " ></div >
@@ -211,14 +211,15 @@ When igxCombo is opened allow custom values are enabled and add item button is f
211
211
| ` id ` | combo id | string |
212
212
| ` data ` | combo data source | any |
213
213
| ` value ` | combo value | string |
214
- | ` allowCustomValue ` | enable/disables combo custom value | boolean |
214
+ | ` allowCustomValue ` | enables/disables combo custom value | boolean |
215
+ | ` filterable ` | enables/disables combo drop down filtering - enabled by default | boolean |
215
216
| ` valueKey ` | combo value data source property | string |
216
217
| ` displayKey ` | combo display data source property | string |
217
218
| ` groupKey ` | combo item group | string |
218
219
| ` virtualizationState ` | defines the current state of the virtualized data. It contains ` startIndex ` and ` chunkSize ` | ` IForOfState ` |
219
220
| ` totalItemCount ` | total count of the virtual data items, when using remote service | number |
220
221
| ` width ` | defines combo width | string |
221
- | ` heigth ` | defines combo height | string |
222
+ | ` height ` | defines combo height | string |
222
223
| ` itemsMaxHeight ` | defines drop down height | string |
223
224
| ` itemsMaxWidth ` | defines drop down width | string |
224
225
| ` itemHeight ` | defines drop down item height | string |
0 commit comments