lazyselectize
Advanced tools
This plugin allows to use selectize in lazy loading mode. So, it processes scroll event in dropdown and downloads options if scroll is in bottom of the dropdown.
Weekly downloads
Readme
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
All pre-built files needed to use Selectize can be found in the "dist" folder.
$('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
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]-->
This plugin allows to use selectize in lazy loading mode. So, it processes scroll event in dropdown and downloads options if scroll is in bottom of the dropdown.
The npm package lazyselectize receives a total of 166 weekly downloads. As such, lazyselectize popularity was classified as not popular.
We found that lazyselectize demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.