0.1.6 • Published 6 years ago

@renanhangai/vue-select v0.1.6

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago