1.0.5 • Published 3 years ago

quasar-app-extension-select-options-tree v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Quasar App Extension Select Options Tree

Added option like tree in q-select

select tree

Install

quasar ext add select-options-tree

Quasar CLI will retrieve it from the NPM registry and install the extension to your project.

Example Usage

<select-tree
 :attributes="attributes"
 :setValue="setValue"
 :options="options
 :nodeKey="nodeKey"
/>

Props Description

  1. options:
    • type": "Array",
    • Available options that the user can select from,
    • examples:
    [{label: 'American Cars', value: 'american' selected: false, children: [ {label:'Ford', value: 'ford', selected: false}, {label:'Tesla', value: 'tesla', selected: false}, {label:'General Motors', value: 'general', selected: false}]}]"
  2. attributes:
    • type": "Object",
    • All attributes Qselect (multiple is default)
  3. setValue:
    • type: "Function",
    • Emit for get model
  4. nodeKey:
    • type: "String",
    • Option key

Uninstall

quasar ext remove select-options-tree
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago