0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Accept arrays of options on addOption method. More... about 11 years ago
Added event callbacks. More... about 11 years ago
Bugfix for values w/spaces. More... about 11 years ago
Style updates. More... about 11 years ago
Fix placeholder appearing with value when the when returning to the page from back press. More... about 11 years ago
Disallow caret advancement when textbox has value. More... about 11 years ago
Don't allow caret between items when full. More... about 11 years ago
Ignore onItemSelect when in "single" mode. More... about 11 years ago
Line-height improvements to prevent glitchy control height (w & w/o items). More... about 11 years ago
Added "hideSelected" option for showing options in the dropdown that have already been selected. More... about 11 years ago
Single <select> style mode. More... about 11 years ago
Refactored isFull calculation to its own method. More... about 11 years ago
Inline documentation, split apart files, code style improvements, usability improvements. More... about 11 years ago
Cleanup + added getValue(), setValue(), clear() methods. Added API examples. More... over 11 years ago
Implemented 'sortField' and 'sortDirection' settings. More... over 11 years ago
Merge commit 'a1e83d0af6aa995a3ab48fcd6bcef6c706d0fa4c' More... over 11 years ago
Added updateOption(value, data) method (useful for when options are editable). More... over 11 years ago
Updated readme. More... over 11 years ago
Don't add empty item for <select multiple>. More... over 11 years ago
Lock control from input when in async creation mode. More... over 11 years ago
Fix for create callbacks returning undefined. More... over 11 years ago
Catch for addItem() calls for options that don't exist. More... over 11 years ago
Don't lose focus when clicked. More... over 11 years ago
Patch for versions of jQuery not supporting '>*' event delegation. More... over 11 years ago
Prevent setCaret from giving the input focus before the control is setup. More... over 11 years ago
Override box-shadows on inner input. More... over 11 years ago
Spaces to tabs. More... over 11 years ago
Better support for ctrl + shift keys when making selections. More... over 11 years ago
Bugfix for uppercase email addresses in contacts demo. More... over 11 years ago
Allow the caret between items (use arrow keys). Multiple items can now be selected at once (for multi-delete). Added email contact selector demo. Various bug & usability fixes. More... over 11 years ago