ion-search-multi-select
v3.1.1
Published
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.
Downloads
5
Readme
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
- Install with
npm install ion-search-select
- import component with
import { IonSearchSelect }
and register in components array - 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.