Skip to content

johnwesely/Ion-Search-Multi-Select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Searchable Select for Ionic Vue

This is a searcharble multi select component with a simple API for Ionic Vue apps built using ionic components to maintain a consistent look throughout your app.

Instructions for uses

  1. Install with npm install ion-search-select
  2. import component with import { IonSearchSelect } and register in components array
  3. Include component in template with <ion-search-select></ion-search-select> with props 'v-model' for variable holding an array of selected values, 'field-name-prop' for name of field 'options-prop' for an array of options, and 'span-prop' for a boolean where true will cause selected options to render horizontally instead of vertically.