Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Incremental Search for Select Boxes 1.0.313


Thanks to Haggi for the many contributions. Most of the changes below are by him, I merely added a few new bugs :-)

New

* Size of dropdown replacement depends on item count of source select object (max size is 20)
* Added placeholder for maxMultiMatch count in warnMultiMatch (top {0} matches ..)
* Display default entries depends on selectedIndex of the source select object and maxMultiMatch count on startup

Fixed

* Do not trigger search events on disabled select objects. NOTE: search capability is loaded, so you can enable / disable the element on runtime without losing the search capabilties
* Reduced width of search text field to prevent text overflow on end of search text field
* Click on arrow of select object now toggles visiblity of dropdown replacement
* Improve z-index handling, option zIndex 'auto' now works
* Perform searching only on normal keyups, not on navigation keyups (performance & usability)
* Display last searched list of entries while close / open the dropdown (useful for quick change)
* Timer handling improvements, clearTimeout if a timer exists before starting a new one
* Using more jquery capabilities, removed some unneeded vars, all jQuery objects are called $object