lazyselectize

1.0.10 • Public • Published

lazyselectize.js

NPM version

Lazyselectize is an extensible selectize-based custom <select> UI control. It allows to process scroll event in dropdown and download options if scroll is in bottom of the dropdown

Features

Dependencies

Files

All pre-built files needed to use Selectize can be found in the "dist" folder.

Usage

$('select').lazySelectize(options);

The available selectize options are documented here. Options object may include both selectize and lazyselectize options.

The available lazyselectize options are documented here

IE8 Support

To support Internet Explorer 8, es5-shim must be added your page.

<!--[if lt IE 9]><script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.0.8/es5-shim.min.js"></script><![endif]-->

Package Sidebar

Install

npm i lazyselectize

Weekly Downloads

10

Version

1.0.10

License

MIT

Last publish

Collaborators

  • alexsuhanov