1.1.0 • Published 6 years ago

@erenst543/multi-select v1.1.0

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

Multi Select

Description

To create dropdown with multiple selection

Project setup

npm install @erenst543/multi-select

Usage

<multi-select :items="yourArray" :itemSummary="yourHeader" :itemProperty="yourListVariableName" @selectedItemsChanged="yourEventHandlerMethod(selectedItems)"></multi-select>

Props

  • items : Array -- Give items to loop through an primitive or reference types,
  • itemSummary : string --Give a header to your options list
  • itemProperty : string --Give a name to loop through array objects.Default itemProperty is 'name'.If array does not consist of json objects ignore this option.

Custom Output Event

  • @selectedItemsChanged : Array -- Emits selectedItems
1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago