The multi-tag-drilldown-input library wraps3 components: the suggestion engine, Bloodhound, the typeahead component Typeahead and the multitags input bootstrap-tagsinput to provide a select module for hierarchical information. It allows for the selection of values dependent on each other by drilling down from one to the next. Each value can be passed as a url, a function that received the previously selected values, or a static list.
How you acquire multitag-drilldown-input.js: Download the js file from the dist directory
Note: it has a dependency on bloodhound.js 0.8.0 typeahead.jquery.js bootstrap-tagsinput jQuery 1.9+.
For some working examples of multi-tag-drilldown-input, visit the examples page (in progress).
- Chrome
- Firefox 3.5+
- Safari 4+
- Internet Explorer 8+
- Opera 11+
Discovered a bug? Please create an issue here on GitHub!
https://github.com/insurify/multi-tag-drilldown-input/issues
For transparency and insight into our release cycle, releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backwards compatibility bumps the major
- New additions without breaking backwards compatibility bumps the minor
- Bug fixes and misc changes bump the patch
For more information on semantic versioning, please visit http://semver.org/.
If you plan on contributing to multi-tag-drilldown-input, be sure to read the contributing guidelines. A good starting place for new contributors are issues labeled with [entry-level]. Entry-level issues tend to require minor changes and provide developers a chance to get more familiar with multi-tag-drilldown-input before taking on more challenging work.
In order to build and test multi-tag-drilldown-input, you'll need to install its dev
dependencies ($ npm install
) and have [gulp]
installed ($ npm install -g gulp
). Below is an overview of the available
The main gulp task rebuilds the .js and .css and creates minified versions.
-
Natalia Vidal
-
Ifzal Ahmed
-
Bilal Mughal
-
Tod Kiryazov
-
Steven Moseley
Copyright 2018 Insurify, Inc.
Licensed under the MIT License