From 664feeed9e01dc2624433f46abff898de3d5e872 Mon Sep 17 00:00:00 2001 From: NikolayAlipiev Date: Thu, 5 Jul 2018 10:26:01 +0300 Subject: [PATCH] docs(igx-combo): add missing filterable input #1260 --- projects/igniteui-angular/src/lib/combo/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/igniteui-angular/src/lib/combo/README.md b/projects/igniteui-angular/src/lib/combo/README.md index b399fdf5760..8524d07968b 100644 --- a/projects/igniteui-angular/src/lib/combo/README.md +++ b/projects/igniteui-angular/src/lib/combo/README.md @@ -77,7 +77,7 @@ set values(newValues: Array) { By default filtering in the combo is enabled. However you can disable it using the following code: ```html - + ```
@@ -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 |