1.1.0 • Published 5 years ago

@erenst543/multi-select v1.1.0

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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago