Vue Treeselect Versions Save

A multi-select component with nested options support for Vue.js

v0.0.12

6 years ago

Bug Fixes

  • Fixed that default selected nodes won't show the correct label after the real data has been registered (delayed loading)

v0.0.11

6 years ago

New

  • Added new prop disableFuzzyMatching (#2)

v0.0.10

6 years ago

New

  • Added support for making a specific branch node as default expanded

v0.0.9

6 years ago

Bug Fixes

  • Fixed disableBranchNodes (#20)
  • Minor style tweaks

v0.0.8

6 years ago

New

  • Added alwaysOpen prop
  • Added the ability of disabling item selection

Bug Fixes

  • Fixed that clicking on scrollbar accidently closes the dropdown in IE 11 (#15)

v0.0.7

6 years ago

New

  • Added autoLoadRootOptions prop
  • Added option-label slot for customizing option label (#8)