You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ map: {
152
152
|[searchable]|`boolean`|`true`| no | Allow to search for value. Default `true`|
153
153
|[readonly]|`boolean`|`false`| no | Set ng-select as readonly. Mostly used with reactive forms. |
154
154
|[searchFn]|`(term: string, item: any) => boolean`|`null`| no | Allow to filter by custom search function |
155
+
|[searchWhileComposing]|`boolean`|`true`| no | Whether items should be filtered while composition started |
155
156
|[trackByFn]|`(item: any) => any`|`null`| no | Provide custom trackBy function |
156
157
|[clearSearchOnAdd]|`boolean`|`true`| no | Clears search input when item is selected. Default `true`. Default `false` when **closeOnSelect** is `false`|
157
158
|[selectOnTab]|`boolean`|`false`| no | Select marked dropdown item using tab. Default `false`|
0 commit comments