vue-simple-suggest
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"name": "vue-simple-suggest", | ||
"description": "Feature-rich autocomplete component for Vue.js", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"author": "KazanExpress", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -342,2 +342,3 @@ # vue-simple-suggest | ||
| `max-suggestions` | Number | `10` | The maximum amount of suggestions to display. Set to 0 for infinite suggestions. | | ||
| `min-length` | Number | `3` | The minimum amount of symbols in input to trigger suggestion list. `vue-simple-suggest` starts behaving as a dropdown menu, if the value is 0. | | ||
| `display-attribute` | String | `'title'` | The property in a suggestion object to display in a list. Supports dotted paths. | | ||
@@ -344,0 +345,0 @@ | `value-attribute` | String | `'id'` | The property in a suggestion object to use as a unique key. Supports dotted paths. | |
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
139665
650