Skip to content

Commit f1bef5e

Browse files
committed
docs(igx-combo): add missing filterable input #1260
1 parent 97d55d0 commit f1bef5e

File tree

1 file changed

+4
-3
lines changed
  • projects/igniteui-angular/src/lib/combo

1 file changed

+4
-3
lines changed

projects/igniteui-angular/src/lib/combo/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ set values(newValues: Array<any>) {
7777
By default filtering in the combo is enabled. However you can disable it using the following code:
7878

7979
```html
80-
<igx-combo [filaterable]="false"></igx-combo>
80+
<igx-combo [filterable]="false"></igx-combo>
8181
```
8282

8383
<div class="divider--half"></div>
@@ -211,14 +211,15 @@ When igxCombo is opened allow custom values are enabled and add item button is f
211211
| `id` | combo id | string |
212212
| `data` | combo data source | any |
213213
| `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 |
215216
| `valueKey` | combo value data source property | string |
216217
| `displayKey` | combo display data source property | string |
217218
| `groupKey` | combo item group | string |
218219
| `virtualizationState` | defines the current state of the virtualized data. It contains `startIndex` and `chunkSize` | `IForOfState` |
219220
| `totalItemCount` | total count of the virtual data items, when using remote service | number |
220221
| `width ` | defines combo width | string |
221-
| `heigth` | defines combo height | string |
222+
| `height` | defines combo height | string |
222223
| `itemsMaxHeight ` | defines drop down height | string |
223224
| `itemsMaxWidth ` | defines drop down width | string |
224225
| `itemHeight ` | defines drop down item height | string |

0 commit comments

Comments
 (0)