Skip to content

pippinsoft/VueTypeahead

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuejs Autocomplete Compopent (Demo)

Hope your are familiar with node and able to compile vuejs component.

Installation

npm install vuejs-autocomplete --save  

Properties

  • value: String - The value input field;
  • classes: String - The name of class for input field
  • suggestionTemplate: String - A Custom template which will be displayed as suggestion list
  • defaultSuggestion : Boolean - 'true' if you want to enable default suggestion on focus.
  • local: Array - If you want to pass your existing data for auto-completion items.
  • remote: String - The remote(server) url to fetch auto-completion items.
  • responseWrapper: String - The key name which is used ot wrap the response.

Events

  • selected : This event is fired when an item is selected and passed as argument.

About

A Vue Component for Auto-completion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 40.7%
  • HTML 33.7%
  • JavaScript 13.1%
  • CSS 12.5%