0.0.5 • Published 6 years ago

fb-multiselect v0.0.5

Weekly downloads
15
License
-
Repository
-
Last release
6 years ago

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']

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago