0.1.6 • Published 7 years ago

@renanhangai/vue-select v0.1.6

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

vue-select

Select component

Props

  • items

    The options for the select, can be any of the types below:

    • null: The dropdown will show a loading message
    • Array: Array of objects or strings containing the options
    • String: Message to appear on the dropdown
    • Function: A function that receives the search string and may return any of the above, or a promise that resolves to any of the above types.
  • placeholder

    The placeholder when no field is selected

  • multiple

    Boolean flag to allow multiple selected values (default: false)

  • search

    Boolean flag to show the search field or not (default: true)

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago