quasar-app-extension-select-options-tree

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i quasar-app-extension-select-options-tree

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

11.2 kB

Total Files

11

Last publish

Collaborators

  • m.nikitoring