Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Select component with search.

Compare
Choose a tag to compare
@amanpatel amanpatel released this 04 Dec 15:55
· 570 commits to master since this release

The Select component has been updated to include search support. This does not work in conjunction with Option components, you must specify a collection array which. Previous usage (without the search feature) works as it did before. Check the docs for more information.

We've also updated the package.json main attribute to point to the distribution version of the script. This means that your babel 6 webpack configuration can ignore node_modules directory (as it is supposed to), and still do ES6 imports as before:

import {datepicker as Datepicker} from 'vue-strap';