vue-simple-suggest
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "vue-simple-suggest", | ||
"description": "Feature-rich autocomplete component for Vue.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "KazanExpress", | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"readme": "generate-md --layout github --input ./README.md --output ./example/src", | ||
"postversion": "npm run build", | ||
"preversion": "npm run build", | ||
"patch": "npm version patch && npm publish", | ||
@@ -15,0 +15,0 @@ "minor": "npm version minor && npm publish", |
@@ -68,3 +68,3 @@ # vue-simple-suggest | ||
|`Enter` | If the list is shown - chooses the highlighted element, if the list is hidden - refills the suggestions based on current input text.| | ||
|`Ctrl` + `Space` | Select the first element in the list.| | ||
|`Ctrl + Space`/`Cmd + Space` | Select the first element in the list.| | ||
@@ -71,0 +71,0 @@ ----- |
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
23966