Socket
Socket
Sign inDemoInstall

@vueform/multiselect

Package Overview
Dependencies
0
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12456Next

2.3.4

Diff

Changelog

Source

v2.3.4

2022-05-11

🎉 Feature

  • Async options change detectiion.
  • Label prop change detection.
  • Option & label texts can contain HTML.
vueform
published 2.3.3 •

Changelog

Source

v2.3.3

2022-02-26

🎉 Feature

  • Added attrs prop.
vueform
published 2.3.2 •

Changelog

Source

v2.3.2

2022-02-06

🐞 Bug Fixes

  • Removed @apply from default theme.
vueform
published 2.3.1 •

Changelog

Source

v2.3.1

2021-12-16

🐞 Bug Fixes

  • Removed exports from package.json #178.
vueform
published 2.3.0 •

Changelog

Source

v2.3.0

2021-12-16

🎉 Feature

  • Deprecated: appendNewTag, createTag, addTagOn props and @tag event.
  • Added appendNewOption, createOption, addOptionOn props and @option event #150.
  • Added selectAll method #172.
  • The trackBy prop now defaults to label #175.
  • Replaces focus on search when an option is selected #163.
  • Added <span> wrapper for single label with singleLabelText class key #157.

🐞 Bug Fixes

  • Don't show spinner when not active #156.
  • Tailwind CSS 3 compatibility issue fix #176.
  • Don't show caret when showOptions are disabled #173.
  • Resolved headless UI modal click issue #148.
  • Resolved Tailwind CSS/form ring issue #135.
  • Made classes reactive #126.
  • The addTagOn prop uses key instead of keyCode internally #125.
vueform
published 2.2.1 •

Changelog

Source

v2.2.1

2021-11-23

🐞 Bug Fixes

  • Added missing CSS vars.
vueform
published 2.2.0 •

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.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc