2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-26 04:34:04 +03:00
Files
vue-select/docs/gitbook
andonovn 8c622b6331 Changed the filterFunction prop to filterBy (#645)
The `filterFunction` prop does not exist in the source code. There is one called `filterBy` and I think it was just renamed at some point and you forgot to reflect it into the docs. That's just a blind guess tho, but I lost some time figuring out why the documented prop is not working, and that's why I decided to fix it. Hopefully others won't lost time on that, too :)
2018-09-15 17:45:32 -07:00
..
2018-01-14 23:35:29 -08:00
2018-01-14 23:35:29 -08:00
2018-01-14 20:12:26 -08:00
2018-01-14 23:35:29 -08:00
2018-01-14 20:12:26 -08:00
2018-02-09 14:53:58 +03:00
2018-01-14 23:43:53 -08:00

vue-select

Build Status Monthly Downloads Maintainability Score No Dependencies MIT License Current Release

A Vue.js select component that provides similar functionality to Select2 without the overhead of jQuery.

Features

  • AJAX Support
  • Tagging
  • List Filtering/Searching
  • Supports Vuex
  • Select Single/Multiple Options
  • Tested with Bootstrap 3/4, Bulma, Foundation
  • +95% Test Coverage
  • ~33kb minified with CSS
  • Zero dependencies

Resources