autocomplete
============

small dropdown / autocomplete script.


FEATURES
--------

- Small:
  - Filesize: +- 5.2KB.
  - Lines: +- 185, not much code, so hopefully easy to understand.
  - No dependencies on other libraries like jQuery.
- (Graceful) fallback to HTML5 datalist if Javascript is disabled.
- Filtering values: case-insensitively, tokenized (separated by space).
- Permissive ISC license, see LICENSE file, feel free to contact me for
  questions or other terms.
- Officially supported browsers are:
  - Firefox and Firefox ESR.
  - Chrome and most recent webkit-based browsers.
  - IE10+.


USAGE
-----


EXAMPLES
--------

See example.html for an example.


Author
------

Hiltjo Posthuma <hiltjo@codemadness.org>
