Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tom Select

Tom Select is the hybrid of a textbox and select box. It has autocomplete and native-feeling keyboard navigation. Useful for tagging, contact lists, etc.
Collective - Host: opensource - https://opencollective.com/tom-select - Website: https://tom-select.js.org/ - Code: https://github.com/orchidjs/tom-select

General bugfixes.

Fixes for IE8/9 issues (resolves #21)
Fixes input being hidden after removing all items.
Fixes o...

github.com/orchidjs/tom-select - 00bbab8a66112e6357a9378c0b24181bd9e94757 authored over 11 years ago
Pass values to onDelete callback + added "confirm.html" example (#30).

github.com/orchidjs/tom-select - 15a7a304499995a15c962620fa40c9aa77805465 authored over 11 years ago
Merge pull request #30 from wmartins/master

Confirmation on item delete(#1)

github.com/orchidjs/tom-select - d601bf1560342ceeb7a7a4cd31553352a0fcc693 authored over 11 years ago
Confirmation on item delete (#1)

github.com/orchidjs/tom-select - f6ce9418ea3728b2c2e74f53e15f7a786e9668e6 authored over 11 years ago
Released 0.2.3.

github.com/orchidjs/tom-select - 785310601916a347027ee87fe0a8073870af5a6c authored over 11 years ago
Fix for erratic focus in IE (#21).

github.com/orchidjs/tom-select - 9e81d008245b907c13c72b64efda13f7dd384061 authored over 11 years ago
Added ES5 shim to examples for IE8 testing.

github.com/orchidjs/tom-select - 9ce6cfbbb8a3d2aa2bd469c05dca4062a7d8061b authored over 11 years ago
Released 0.2.2.

github.com/orchidjs/tom-select - 69f035aef341076bedcfacd8973dad922fc111ef authored over 11 years ago
Bugfixes for locking behavior + examples.

github.com/orchidjs/tom-select - 3aa6cd6a4b1a7ded5ab050da733160f820e10a16 authored over 11 years ago
Added load() API method + cascaded state/city selector demo (#26).

github.com/orchidjs/tom-select - 8b816376ed220f88c10d1240f3d83992edbe0ba8 authored over 11 years ago
Added clearOptions() method (#22).

github.com/orchidjs/tom-select - e919b246298b9931c2912c248466390fc23d50ab authored over 11 years ago
Fix for existing selection not being updated after removeOption call.

github.com/orchidjs/tom-select - 8c3ea2f96e3d5c14d6e8f97a45022ff035c0695d authored over 11 years ago
Released 0.2.1.

github.com/orchidjs/tom-select - 382dde0bfc18adf2d08e1b4fbb4624d54cb6baa4 authored over 11 years ago
Merge pull request #28 from wmartins/master

Fix for issue #18

github.com/orchidjs/tom-select - 7458761ceb429c7eab8b9301e771b994846d9107 authored over 11 years ago
Released 0.2.0.

github.com/orchidjs/tom-select - 6653425d7500a8fb89b14e943740f562c7d316b3 authored over 11 years ago
Moved default settings to "selectize.js".

github.com/orchidjs/tom-select - 8984583a65ea050ff36c1312886e591a7067ee88 authored over 11 years ago
Added "preload" option (#15).

github.com/orchidjs/tom-select - 1c1b07cdc9bca9249fa19d3a4262fef107e38a36 authored over 11 years ago
Fix for issue #18 (fixed the intialization of 'classes' variable)

github.com/orchidjs/tom-select - ced7e0682b409c85c1f45f3c96ff690f9bc58fb7 authored over 11 years ago
Fix for issue #18

github.com/orchidjs/tom-select - a8afd0bcc398dd9146ce196ef114b7adfbfe894b authored over 11 years ago
Released 0.1.11.

github.com/orchidjs/tom-select - ffcf0bd4c782c074f4e886e573cfc132e87d3700 authored over 11 years ago
Fix for #11 & #23 - "change" events are now only triggered once.

github.com/orchidjs/tom-select - 735c2a29f27a58ce145edaa42475744c390b388d authored over 11 years ago
Added event logging demo + cleanup.

github.com/orchidjs/tom-select - 01aa9cc8c880e2a231f73a5ba4b260fe273e7560 authored over 11 years ago
Released 0.1.10.

github.com/orchidjs/tom-select - ca3c8ac6c6080437a613102f8518412ca1179841 authored over 11 years ago
Merge pull request #17 from wmartins/master

Pull request to fix issue #13

github.com/orchidjs/tom-select - 8349d35b1db2c39bcc5b8a5e40352d7b52cf0b08 authored over 11 years ago
Fix for issue #13

github.com/orchidjs/tom-select - 4f6e0e499ce1b453b19058e0968ab8d532a1563e authored over 11 years ago
Fix for the tabindex issue

github.com/orchidjs/tom-select - bc0e3997308baa2916110f9ed08419122b6a38c7 authored over 11 years ago
Added note about IE8 support w/es5-shim (#10).

github.com/orchidjs/tom-select - 64bfdb8b90c13a62b418465e84af2c1216839c71 authored over 11 years ago
Released 0.1.9.

github.com/orchidjs/tom-select - 28fdb18c193ac2350e3e2c4f19fde6daebe06519 authored over 11 years ago
Unlock for synchronously-returned falsy values from "create" option.

github.com/orchidjs/tom-select - b6cd9e5bbb32db7313dbcff9a7e194a9786a73f1 authored over 11 years ago
Released 0.1.8.

github.com/orchidjs/tom-select - db6a6adc60f797cb8cce4322e841e621ce8748b7 authored over 11 years ago
Updated documentation.

github.com/orchidjs/tom-select - 8daa1390c1ed2103c53ee57db44a16716a0c0150 authored over 11 years ago
Allow caret movement when control is full.

github.com/orchidjs/tom-select - 95770a45df2e67a1117ba1ef9961ea1fe6524465 authored over 11 years ago
Include version number in builds.

github.com/orchidjs/tom-select - 5b4827d56cf288fafdd100189ffa717864f45711 authored over 11 years ago
Better error handling for `make release`.

github.com/orchidjs/tom-select - cc680ae9bbc6e4d4de46d3d0daee1187ac4a6f94 authored over 11 years ago
Added "release" target to Makefile.

github.com/orchidjs/tom-select - fd1c008d01245f3cbbee15b39308d2af90e7ec0b authored over 11 years ago
1:1 behavior on touch devices (#6).

Fixes focus issues + the expandable keyboard hiding while using the control.

github.com/orchidjs/tom-select - 0e30fde3b405b9d34ac78c2fb588d05464211a25 authored over 11 years ago
Built 0.1.6 callback bugfix (#7).

github.com/orchidjs/tom-select - 5a7fff2accf8ed143a9ad8e6076f135a8a2af449 authored over 11 years ago
Merge pull request #7 from ankit/patch-1

Fixed bug in trigger

github.com/orchidjs/tom-select - 2b4761b1bd8ef1390fc87b828e0b18bd0e5c4c51 authored over 11 years ago
Fixed bug in trigger

apply was getting called on an undefined object causing callbacks to fail

github.com/orchidjs/tom-select - 9feb46dd2a164217cfc74ae38a253dfd28b98d60 authored over 11 years ago
Cleanup + bugfixes.

github.com/orchidjs/tom-select - eed69ca6bb10dc70650c9da66f34d6abca7763fc authored over 11 years ago
Don't blur on scrollbar mousedown (#2).

github.com/orchidjs/tom-select - ec730a6b13eb9a59863c54924c21de36220011cc authored over 11 years ago
Further improvements to #3 (focus handling).

github.com/orchidjs/tom-select - 4d370be40b745532f66dfe072ccb5525380566d8 authored over 11 years ago
Bumped version number.

github.com/orchidjs/tom-select - 4afa6a03cce13f24fd2fae752e6b0f373868080b authored over 11 years ago
Fix for control losing focus after selection (#3).

github.com/orchidjs/tom-select - fb046fe4a3aa614b1d131297bc83ede64264cc74 authored over 11 years ago
Merge pull request #4 from sjhewitt/fix-this-references

fix references to this

github.com/orchidjs/tom-select - c2e33ce9eecffe1cd32b55e99c2ab25ca1c9b6f4 authored over 11 years ago
fix references to this

github.com/orchidjs/tom-select - 1897edf4b4d332c8c6680cc9238819e37092a954 authored over 11 years ago
Added jQuery plugin manifest.

github.com/orchidjs/tom-select - 08293968b199a9cd47134174f025f90b71a81403 authored over 11 years ago
Updated project description.

github.com/orchidjs/tom-select - f61734931b1d69f3bf914ffcdc08b0588e767b3c authored over 11 years ago
Split apart documentation to separate files.

github.com/orchidjs/tom-select - 2131c702a9382c0e6052ef3abf6fe68eb52a24fd authored over 11 years ago
Documented public API.

github.com/orchidjs/tom-select - 8f8ef6a797e168414f570a75f06804c98f1fe9b8 authored over 11 years ago
Fixed typos + updated wording.

github.com/orchidjs/tom-select - 163fa01737ae9eccee67063af0ff13c2fc0896d0 authored over 11 years ago
Preliminary documentation of options.

github.com/orchidjs/tom-select - 15191cd6d0862a9e64a888ca2ae96a9804a84cdd authored over 11 years ago
Added AMD/CommonJS support.

github.com/orchidjs/tom-select - 12f652561bbd74e394d7740466c2b7819dd205be authored over 11 years ago
Added bower.json.

github.com/orchidjs/tom-select - 5f9d158c3cc05456d5bdee3a83f95e8d652c1d0b authored over 11 years ago
Filename changes + more verbose build script.

github.com/orchidjs/tom-select - d16312766724e70430b018c0047a28c4fc2d21a9 authored over 11 years ago
Fix for <option> data attr not being read.

github.com/orchidjs/tom-select - 3b5f33ff8fd5f52401ce038e981cea06889a3066 authored over 11 years ago
Improved scoring in github example + added icons.

github.com/orchidjs/tom-select - 4b551bc6f3aede3186ecea74a63449f200d90d19 authored over 11 years ago
Added loading spinner to async examples.

github.com/orchidjs/tom-select - e95bf64a2291e03b0f64d9187e53c78fd58ac339 authored over 11 years ago
Added support for async data loading (ajax). Github / Rotten Tomatoes examples.

github.com/orchidjs/tom-select - 471fa0ebb9b0c65326f7ca5ec1abb03df985afbf authored over 11 years ago
Allow custom scoring functions (for ranking results).

github.com/orchidjs/tom-select - 1b606729fc1002a422da24a148af8a71bf1d8c21 authored over 11 years ago
Accept arrays of options on addOption method.

github.com/orchidjs/tom-select - 79c0d91f87a0dbd6aeee526a63c34368e5357595 authored over 11 years ago
Added event callbacks.

github.com/orchidjs/tom-select - 28da826889cc8c4e932b2613b41dd86578968440 authored over 11 years ago
Bugfix for values w/spaces.

github.com/orchidjs/tom-select - 2df88bc10b619a7317a73aa69c8e2416f8b906a4 authored over 11 years ago
Style updates.

github.com/orchidjs/tom-select - 06278beaa91de0df5618433d855e10afb6e4d7fd authored over 11 years ago
Fix placeholder appearing with value when the when returning to the page from back press.

github.com/orchidjs/tom-select - 588e40924ca539745beeb9da935e894a2ba86817 authored over 11 years ago
Disallow caret advancement when textbox has value.

github.com/orchidjs/tom-select - 196a818915d69be9ab73d0536a7035016e94042b authored over 11 years ago
Don't allow caret between items when full.

github.com/orchidjs/tom-select - 18fe22b781e682eda8411ed12cf3ad43876a57b7 authored over 11 years ago
Ignore onItemSelect when in "single" mode.

github.com/orchidjs/tom-select - 23739bea4e4672c428a763a5df58f34145e86e15 authored over 11 years ago
Line-height improvements to prevent glitchy control height (w & w/o items).

github.com/orchidjs/tom-select - c2453d9469dedff0a13b584ee62c1e0523b84243 authored over 11 years ago
Added "hideSelected" option for showing options in the dropdown that have already been selected.

github.com/orchidjs/tom-select - d4c76471e6f3e416d6b28b8bccaee68118ed9ef5 authored over 11 years ago
Single <select> style mode.

github.com/orchidjs/tom-select - b77ae2adebbd532dec69ebc3ce8c157b688f719b authored over 11 years ago
Refactored isFull calculation to its own method.

github.com/orchidjs/tom-select - b7b158e7cdaf6ba5d7206faa2506b10082eb01ec authored over 11 years ago
Inline documentation, split apart files, code style improvements, usability improvements.

github.com/orchidjs/tom-select - 926e8e83689411f022173c425cd52564882a17f9 authored over 11 years ago
Cleanup + added getValue(), setValue(), clear() methods. Added API examples.

github.com/orchidjs/tom-select - 45ff959c6d4746cd5b0d14c49d65916ed6cb9383 authored over 12 years ago
Implemented 'sortField' and 'sortDirection' settings.

github.com/orchidjs/tom-select - 8dcb5b5cf8c7ec94b84f35cfea8e6fe21194f05f authored over 12 years ago
Merge commit 'a1e83d0af6aa995a3ab48fcd6bcef6c706d0fa4c'

github.com/orchidjs/tom-select - ce396870335659588b7cc26e1dfeab1bdac92b64 authored over 12 years ago
Added updateOption(value, data) method (useful for when options are editable).

github.com/orchidjs/tom-select - 2591e41ae4549a1efd75ed81cedec693f647f8ac authored over 12 years ago
Updated readme.

github.com/orchidjs/tom-select - a1e83d0af6aa995a3ab48fcd6bcef6c706d0fa4c authored over 12 years ago
Don't add empty item for <select multiple>.

github.com/orchidjs/tom-select - 4c58734e21000e9c95d51392eb796b642e9e744a authored over 12 years ago
Lock control from input when in async creation mode.

github.com/orchidjs/tom-select - dcc36dc1c1978d986838c54f9bcc09289230dc1c authored over 12 years ago
Fix for create callbacks returning undefined.

github.com/orchidjs/tom-select - 279b233919f2708efe302703948c3b27703bdb51 authored over 12 years ago
Catch for addItem() calls for options that don't exist.

github.com/orchidjs/tom-select - 095dd9004448081a9c3fd1bc92d1394f5ac90aa7 authored over 12 years ago
Don't lose focus when clicked.

github.com/orchidjs/tom-select - 9ede6b85792d28f4f5052e52f0cfd3a162ca20a8 authored over 12 years ago
Patch for versions of jQuery not supporting '>*' event delegation.

github.com/orchidjs/tom-select - eb25b87fbcbb833cde9a3a3a2aa1e083b8f0319d authored over 12 years ago
Prevent setCaret from giving the input focus before the control is setup.

github.com/orchidjs/tom-select - 1a2ad32a05d0bb617870e01f12da7a9c0367364e authored over 12 years ago
Override box-shadows on inner input.

github.com/orchidjs/tom-select - 6d14f622a40cf3afe88bbbca5c45d533681d5660 authored over 12 years ago
Spaces to tabs.

github.com/orchidjs/tom-select - b7a852cc7789bbde0240bd1afb1f87175b316a02 authored over 12 years ago
Better support for ctrl + shift keys when making selections.

github.com/orchidjs/tom-select - c4ec75ca96a71511ec2a77dc45b223999e32b6b5 authored over 12 years ago
Bugfix for uppercase email addresses in contacts demo.

github.com/orchidjs/tom-select - 527b0872b413861c0952cc9c59ae04cc1dd2bb0b authored over 12 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.

github.com/orchidjs/tom-select - 2156615bf8038387cc31c4916fe1719b13faec0f authored over 12 years ago
Account for placeholder when calculating input width.

github.com/orchidjs/tom-select - 2356e328b284b8124293dc894f8ac13f3e5ae8a2 authored over 12 years ago
Made the inner input auto-growing. Added better support for inheriting from fluid elements.

github.com/orchidjs/tom-select - 01522dd13f156c5ddf9a075bab5b8cfab8362761 authored over 12 years ago
Initial commit.

github.com/orchidjs/tom-select - 5abfb2298cc243417dfd68788596520c809a9d2c authored over 12 years ago