Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vueform/multiselect

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueform/multiselect - npm Package Versions

1
6

2.2.0

Diff

Changelog

Source

v2.2.0

2021-09-09

🎉 Feature

  • 🎉🎉 Added groups and related props which allow groupping options. 🎉🎉
  • Added tailwind.scss theme to use instead of classes if needed.
  • Added support for case sensitive tags when createTag is true #119.
  • Added inputType prop #108, #116.
  • Added @paste event #105.
  • Added tab as option for addTagOn #117.
  • Updated default max-height for dropdown (to 15rem).

🐞 Bug Fixes

  • When closeOnSelect is true in searchable tags and multiple mode the input now blurs upon selecting an option.
  • Fix for empty dropdown when async options are loading #115.
  • Fixed dropdown auto-scrolling when using arrows.
vueform
published 2.1.2 •

Changelog

Source

v2.1.2

2021-08-09

🐞 Bug Fixes

  • Removed async/await.
vueform
published 2.1.1 •

Changelog

Source

v2.1.1

2021-08-09

🎉 Feature

  • Added closeOnSelect prop.

🐞 Bug Fixes

  • Clear search on single option select #99 and #106.
  • No blur when tags are being removed.
vueform
published 2.1.0 •

Changelog

Source

v2.1.0

2021-07-26

🎉 Feature

  • BREAKING: dropdown class now has dropdownHidden when it is closed instead of using v-show (requires using 2.1.0's themes/default.css)
  • BREAKING: removed :maxHeight prop. Use var(--ms-max-height) instead.
  • BREAKING: tags search layout has changed -> added a wrapper div and an extra span to calculate input width.
  • Dropddown can be closed on caret click #88.
  • Added :strict prop to achieve accent-free search #82.
  • Removed inline styles, CSP compilance #84.
  • Background images are now customizable via background-color #85.

🐞 Bug Fixes

  • Free typed tags fix #96.
  • Tabindex becomes -1 when :disabled.
vueform
published 2.0.1 •

Changelog

Source

v2.0.1

2021-06-27

🎉 Feature

  • Classname fixes.
  • Readme update.
vueform
published 2.0.0 •

Changelog

Source

v2.0.0

2021-06-20

🎉 Feature

  • BREAKING: Completely rewritten <template> and default.css.
  • Caret is now always displayed when caret: true regardless if the multiselect has selected option(s).
  • Added canDeselect and classes prop.
  • Added ; and , options to addTagOn prop.
vueform
published 1.5.0 •

Changelog

Source

v1.5.0

2021-05-17

🎉 Feature

  • Added native input support #48.
  • Added openDirection prop #52.
  • Added option as second param for select and deselect events.
  • Added @clear event #68.

🐞 Bug Fixes

  • Clear icon CSS fix.
  • Fixed unintendeed clear button showing up when canDeselect is false #61.
vueform
published 1.4.0 •

Changelog

Source

v1.4.0

2021-04-06

🎉 Feature

  • BREAKING: array options are no longer treated as objects, but both option value and label will equal to array item value. Eg. option: ['v1','v2'] used to be equal to {0: 'v1', 1: 'v2'}, now they're equal to {v1: 'v1', v2: 'v2'}.
  • Optimized variable names for lower package size.
vueform
published 1.3.7 •

Changelog

Source

v1.3.7

2021-04-06

🐞 Bug Fixes

  • Async options fix for #39. Refreshing non-async options now will only be reflected after a tick.

🎉 Feature

  • Added caret, remove and spinner slots.
vueform
published 1.3.6 •

Changelog

Source

v1.3.6

2021-03-30

🐞 Bug Fixes

  • Remove extra space when creating a tag with space (#46).
  • Fixed issues around refreshing async options (#45).
  • Android keyboard fix (#49 & #50).

🎉 Feature

  • Added installation guide for Nuxt.js.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc