Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-simple-suggest

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-simple-suggest - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

2

package.json
{
"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. |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc