0.0.5 • Published 4 years ago

fb-multiselect v0.0.5

Weekly downloads
15
License
-
Repository
-
Last release
4 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

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago