0.0.5 • Published 5 years ago
fb-multiselect v0.0.5
FbMultiselect
This library was generated with Angular CLI version 8.2.14.
How to use
Example
<lib-fb-multiselect [options]="countries" [optionLabel]="'label'" [optionValue]="'value'" [filter]="true"
(valueChange)="onSelectionChange($event)" [filterBy]="['value']"></lib-fb-multiselect>
Inputs required -
options - array of objects - [{'label': '', 'value': ''}]
optionLabel - string
optionValue - string
filter - boolean
valueChange - event
filterBy - array of strings - ['label', 'value']