Custom Advanced Select Component For Vue.js

Install & Download:

# NPM
$ npm install @myena/advanced-select --save

Description:

A Component to render a “select” with advanced interactions (search, select/deselect all, etc) for web app built with Vue and Bootstrap.

Preview:

Custom Advanced Select Component For Vue.js

Changelog:

v1.0.3 (07/27/2022)

  • Add the subtext to the option title.

v1.0.2 (06/29/2021)

  • Display alternative text (if given) when an option is selected

v1.0.1 (04/20/2021)

  • Fix value not being selected when changing the page.

v1.0.0 (04/04/2021)

  • Fix selected in multiple with groups

v0.9.3 (01/27/2021)

  • Ensure original options list is not mutated

v0.9.2 (01/12/2021)

  • Add selected value inside the option

v0.9.1 (12/16/2020)

  • Escape search characters

v0.9.0 (12/09/2020)

  • Wrap the separator in a span so it can be hidden if not needed

v0.8.9 (11/12/2020)

  • Store unique values for Select all

Add Comment