[![Build](https://img.shields.io/circleci/project/github/bimobject/bim-select/master.svg)](https://circleci.com/gh/bimobject/bim-select/tree/master)
[![npm](https://img.shields.io/npm/v/bim-select.svg)](https://www.npmjs.com/package/bim-select)
[![Bower](https://img.shields.io/bower/v/bim-select.svg)](https://github.com/bimobject/bim-select)

# bim-select

A searchable dropdown/select angular component that handles millions of items
with the help of [virtual scrolling][vsr].

## Draft version

This first version is just extracted from an internal project at [BIMobject][bim]
and is in dire need to get some documentation and a better README file. For now,
please consult the [JSDoc block][doc] in the implementation file.

There are currently too many runtime dependencies, the goal is to remove them
or make them optional.

## License

[ISC][isc]

  [vsr]: https://github.com/kamilkp/angular-vs-repeat "angular-vs-repeat"
  [bim]: https://bimobject.com
  [isc]: LICENSE
  [doc]: https://github.com/bimobject/bim-select/blob/master/src/bim-select.component.js#L9
