Skip to content

qvvdata/VueFuseSearchField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueFuseSearchField

Props:

  • list: the list of objects to search inside
  • search_keys: the keys of objects to search inside
  • defaultAll: show all by default? (usually false)
  • placeholder: what to show inside search field
  • element_key: unique identifier for an element inside list, function. f.e.: (d) => d.gkz

Events:

  • selected, with the selected list element as the only parameter ($event)

Usage:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages