@ng-select/ng-select
Advanced tools
Comparing version 0.31.0 to 0.31.1
{ | ||
"$schema": "../node_modules/ng-packagr/package.schema.json", | ||
"name": "@ng-select/ng-select", | ||
"version": "0.31.0", | ||
"version": "0.31.1", | ||
"description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete", | ||
@@ -6,0 +6,0 @@ "author": "@ng-select/ng-select", |
@@ -134,3 +134,3 @@ [![npm version](https://badge.fury.io/js/%40ng-select%2Fng-select.svg)](https://badge.fury.io/js/%40ng-select%2Fng-select) | ||
| dropdownPosition | `bottom`,`top`,`auto` | `bottom` | no | Set the dropdown position on open | | ||
| [groupBy] | `string` or `Function` | null | no | Allow to group items by key or function expression | | ||
| [groupBy] | `string` \| `Function` | null | no | Allow to group items by key or function expression | | ||
| [selectableGroup] | `boolean` | false | no | Allow to select group when groupBy is used | | ||
@@ -137,0 +137,0 @@ | [items] | `Array<NgOption>` | `[]` | yes | Items array | |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1009690