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

Fix highlight not working after first highlight insert #1098

github.com/orchidjs/tom-select - 6ded59dcd1346fe577717ac46d1d8e7a3660fb03 authored over 8 years ago
Grunt serve: Fix standalone file building

[skip-ci]

github.com/orchidjs/tom-select - 457e420261882296ade161762822d2c74af6689d authored over 8 years ago
Readme: Add advice about `dist/` and git-fu

[skip-ci]

github.com/orchidjs/tom-select - 0f3174a6c205d791c1ddfa28682036e22f9a5de5 authored over 8 years ago
Add Grunt http server

github.com/orchidjs/tom-select - dad8d7a325ded6fde6933f27470749dd7084c186 authored over 8 years ago
Docs: Improvements

Closes #785 [skip-ci]

- Some typo fixes
- Fixes #779, #745, #464 and perhaps some others

(Mark...

github.com/orchidjs/tom-select - 0ab62059bc9f9c69b3ff2d566f91b967c82e211d authored over 8 years ago
Readme: Remove Bower shield

github.com/orchidjs/tom-select - 7ed66600c59eb5c70140e9ed6d055f3057ff6911 authored over 8 years ago
Makefile: Stop updating version in bower.json

github.com/orchidjs/tom-select - 83a79ff9c986b67de50d8d0b27b170ad68d724be authored over 8 years ago
Gruntfile: Update banner to new repo and to read from npm pkg

github.com/orchidjs/tom-select - 8b18da7c4276405be9c275929424cd86e161eeeb authored over 8 years ago
Re-update changelog and wish I could overwrite a public master

[skip-ci]

github.com/orchidjs/tom-select - 621588655993135dc98d8ec2bc66deb5801109ea authored over 8 years ago
Update changelog before 0.12.2

github.com/orchidjs/tom-select - b0f4a932319988746e46396f92a1a07e556e4ffe authored over 8 years ago
Meta: Add issue template

Closes #1089

github.com/orchidjs/tom-select - 8c967995a8d5e550e5e2d8210871dc0c29a98086 authored over 8 years ago
registerOption: Don't prevent adding empty string

github.com/orchidjs/tom-select - a12d99fc2189021f0d98efea898e4196efb2ff59 authored over 8 years ago
Fix #997 dist bork

github.com/orchidjs/tom-select - 77e1366bcbe6825695f2974747cda3c24e6f1d9d authored over 8 years ago
Merge pull request #1072 from jaridmargolin/fix-uglify

Bump grunt-contrib-uglify to v1.0.1

github.com/orchidjs/tom-select - 3e900a50d5ba7be8b04a0c2c0f8a5c0870e0e0ab authored over 8 years ago
Bump grunt-contrib-uglify to v1.0.1

github.com/orchidjs/tom-select - 85ff04d54f07634e8f208cadbc233d613b62cd65 authored over 8 years ago
Merge pull request #1063 from IAmJulianAcosta/issue1062

Fixing #1062

github.com/orchidjs/tom-select - 4dae761231683d36f9e0cc3cba6b8e2f8a423619 authored over 8 years ago
Fixing #1062

Replacing jQuery for $

github.com/orchidjs/tom-select - 7f2272f613d311bf41db60d3291d93b533367362 authored over 8 years ago
Merge pull request #997 from bwilson-ux/master

Updating to remedy IE11 Tabbing issue

github.com/orchidjs/tom-select - ac9ee01abbaf34bba177acffcc0e9422097e0362 authored over 8 years ago
Merge pull request #1070 from davidmerrique/master

Bump sifter dependency to fix installing on Node v6

github.com/orchidjs/tom-select - 126d72f8323733b2814d8e5c90d6a9e931d9e859 authored over 8 years ago
Bump sifter dependency to fix installing on Node v6 - brianreavis/sifter.js#40

github.com/orchidjs/tom-select - ba665f94b27ddf43b82c1b60c363743d98a4c4db authored over 8 years ago
Merge pull request #1045 from mpokrywka/patch-1

Fix init from select for jQuery >= 1.9

github.com/orchidjs/tom-select - 529c2e6c53a4e963f79400c2b23935e5c34379ed authored over 8 years ago
Fix init from select for jQuery >= 1.9

Use correct jQuery API to get option value
Fixes #1016

github.com/orchidjs/tom-select - 8257611e145c76b522cf323c179fbd87442848e2 authored almost 9 years ago
Merge pull request #666 from parsonsmatt/master

Docs/usage: Add details to create function

github.com/orchidjs/tom-select - 6fbea9a5bc84a8b7d386f40f1886d4c38e7239f3 authored almost 9 years ago
Merge pull request #1030 from ismaelga/patch-1

Update comment in `onSearchChange`: loadDelay -> loadThrottle

github.com/orchidjs/tom-select - 253e1dd936796d95487cbced32d4a05f2f3781c6 authored almost 9 years ago
Update comment loadDelay -> loadThrottle

github.com/orchidjs/tom-select - 3159b11c282af74d9163cabf2f2f859344087b29 authored almost 9 years ago
Merge pull request #1010 from yene/patch-1

Added createItem parameters to the API docs.

github.com/orchidjs/tom-select - e080cf599e82628e3ceb3bc285b1096814585d84 authored almost 9 years ago
Added createItem parameters to the API docs.

Wasted a lot of time because triggerDropdown was not documented.

github.com/orchidjs/tom-select - 7111fe30c0f6a1e1bb2363044bfe31a4e65f2452 authored almost 9 years ago
Updated bower repository field (#1002)

github.com/orchidjs/tom-select - c9273d9e99a88ef7d23ab568dbb1718f63b2b681 authored almost 9 years ago
Updated NPM repository field (closes #1002)

github.com/orchidjs/tom-select - 878bb0b79198c502a31f305cab6c48c449b8a202 authored almost 9 years ago
Updating to remedy IE11 Tabbing issue

Original reference - https://github.com/selectize/selectize.js/issues/877

github.com/orchidjs/tom-select - ab8efe9ebcfc0180058d2d0e63de5f4cc3d2b5a0 authored almost 9 years ago
Merge pull request #848 from ChoppyThing/master

Plugin removeButton: Make it work with single option mode

github.com/orchidjs/tom-select - 6a174ea6f6de7caffafd6cbbfa57c6d9b1d6accf authored about 9 years ago
Docs/usage: Fix typo

github.com/orchidjs/tom-select - 898a44dade6906e190f856d0229c7583237ee899 authored about 9 years ago
Remove moot `version` property from bower.json

Per bower/bower.json-spec@a325da3

github.com/orchidjs/tom-select - e6fa6284fe71f3f3d62125ad6496fe4070a7a930 authored about 9 years ago
Readme: Change Contributing guidelines

github.com/orchidjs/tom-select - 9913e82a10f12f402705a26689f85144f384e7d4 authored about 9 years ago
Allow render functions in options to return DOM.

github.com/orchidjs/tom-select - 593a2f2bb3626f3c0da52d01a091e4f5a491ffb9 authored about 9 years ago
Package.json: Add license field

github.com/orchidjs/tom-select - 4331fcb058a87666a356c9be0c3a703a7cb5fabc authored about 9 years ago
Merge pull request #908 from 36degrees/patch-1

Revert accidental change to var name in bs 3 less

github.com/orchidjs/tom-select - 043420284064ad998b07e1abd9720f56c86d6614 authored over 9 years ago
Revert accidental change to var name in bs 3 less

I'm fairly sure this was accidentally changed in 0b25771 – there are no references to `@selectiz...

github.com/orchidjs/tom-select - a298b309ae45409b41507c8cf9d5fda3fb443240 authored over 9 years ago
Selectize: added remove single button and styling

github.com/orchidjs/tom-select - 856307cfd603b84fa457b261343de48ab6f27228 authored over 9 years ago
autoGrow now recognises numpad 0 as printable

keyCode as given to the keydown event doesn't mimic ASCII; see http://www.cambiaresearch.com/art...

github.com/orchidjs/tom-select - c4b40aa40da534cadb81baddda204848cd707ec9 authored over 9 years ago
Released 0.12.1.

github.com/orchidjs/tom-select - 3dc07d40047cd98de8a8f8beacca06a73970139d authored almost 10 years ago
Added link to Call for Maintainers

github.com/orchidjs/tom-select - b9cd3f69da3c18662d6378f82f92ec6496884baa authored almost 10 years ago
Merge pull request #714 from urban/master

Fixed argument error in selectize.less

github.com/orchidjs/tom-select - cff8cd3b76559bf8e5ce14254d07e719445034c1 authored almost 10 years ago
Merge pull request #717 from IanCaunce/fix.optionsmap

Fixed scoping issue which prevented multiple instances from having similar options

github.com/orchidjs/tom-select - 9a51c7daed95d013c7f9af6d113279059ce0c07e authored almost 10 years ago
Fixed scoping issue which prevented multiple instances from having similar options

github.com/orchidjs/tom-select - f6c9ac9bfeaacff4099588e2a52c3cd2694e89ad authored almost 10 years ago
reverting changes to dist/js files

github.com/orchidjs/tom-select - e5bf246f1e5fbe33d046ccde8cffa45dd6f1e765 authored almost 10 years ago
fixed issue #713

github.com/orchidjs/tom-select - 100ddf5d26eb686adc6976d2f0d3c8d4d5f159fe authored almost 10 years ago
Documented "options" and "items" settings (#236)

github.com/orchidjs/tom-select - 4de0b69ad78638c55d2cd625c9313bf7dd059f25 authored almost 10 years ago
Documented "options" and "items" properties.

github.com/orchidjs/tom-select - 5ece5f5d86ab617f4e63dfe6f5f8078144df8c52 authored almost 10 years ago
Updated events.

github.com/orchidjs/tom-select - 9ac1f557649c5de9e1c005be317e94c253754da5 authored almost 10 years ago
Merge pull request #698 from bubb-rubb/master

passing silent value to clear method to ensure events are not raised

github.com/orchidjs/tom-select - fbdc3b571ee765f9baaa28a698a80f20540b5654 authored almost 10 years ago
passing silent value to clear method to ensure events are not raised

github.com/orchidjs/tom-select - 9eb794dfaad968c5ae387cb598863a7f8511ea3c authored almost 10 years ago
Removed instruction to install bower [skip ci]

No longer needed.

github.com/orchidjs/tom-select - aba3e0a4150c67fb87995798df4efe5a6c7e8cad authored about 10 years ago
Released 0.12.0.

github.com/orchidjs/tom-select - ada2dcd03237ea6ee5782c9f05a6e83b8b08363a authored about 10 years ago
Preparation for NPM release (#60, #604)

github.com/orchidjs/tom-select - 1eafdf8d472a6aa3909469de401a947290a6cce5 authored about 10 years ago
Added NPM badge [skip ci]

github.com/orchidjs/tom-select - 872c7abcd247237fbab84a18f28d0578fe2b365d authored about 10 years ago
Typo in readme.

github.com/orchidjs/tom-select - d05770138266787f5a0bb7b7495663a66d1529f5 authored about 10 years ago
Added support for using `dataAttr` to hydrate a text input element: `<input type="text" data-data="[{...},{...}]">` (#155, #231, #522)

github.com/orchidjs/tom-select - e175c1f4a46f8e17ff2df8ddd2e9404c2853adb2 authored about 10 years ago
Updated addOption docs (closes #269).

github.com/orchidjs/tom-select - fccf214de35670d8bb83e52c851879fa088f0f49 authored about 10 years ago
Fixed regression with optgroups + updated documentation, tests.

github.com/orchidjs/tom-select - 1493c228ab3a3eea81acbc42400cf340bc038577 authored about 10 years ago
Removed browser matrix in readme for now.

github.com/orchidjs/tom-select - cae74a2d82ab01fecc315f4ee70933d2fe8d3122 authored about 10 years ago
Updated sifter.js to 0.4.x.

github.com/orchidjs/tom-select - 70dc7ab1de6bf9e4b8c6e37c8c716cb2c5b5741c authored about 10 years ago
Added $item to item_remove event (closes #585).

github.com/orchidjs/tom-select - 9c0e849d94d40e6b09cd911d019a01085ab86b30 authored about 10 years ago
Added test for #301 (closes #301)

github.com/orchidjs/tom-select - d3d972fb1d47082f5ae80a6246aa5743fdb65838 authored about 10 years ago
Don't allow tabbing to control when disabled (closes #583).

github.com/orchidjs/tom-select - 1e391b19ec6d1a7087d0365505918812bfa3eb0f authored about 10 years ago
Added closeAfterSelect setting (closes #344).

github.com/orchidjs/tom-select - f9902c27c3ebe0724de1d3296ab65cfe0f95bfa8 authored about 10 years ago
Set <option> label in updateOriginalInput (closes #512).

github.com/orchidjs/tom-select - f158a7d92b0488f5eb86f81ce85ea7e8390308ef authored about 10 years ago
Refactored $order prop to be added by addOption, addOptionGroup (closes #640, #381, #499, #198).

Deprecates optgroupOrder, introduces lockOptgroupOrder setting.

github.com/orchidjs/tom-select - 2f6d295b9856bce8ca679aa198c6e6ef704b26c5 authored about 10 years ago
Updated browser matrix heading in readme [skip ci]

github.com/orchidjs/tom-select - 9ad755b464928033e6a276201f9e6b3f9b77918b authored about 10 years ago
Made tests lenient with delay between click & focus events.

github.com/orchidjs/tom-select - 257782527e83a5c55d058bbfd41106b7b38b10cf authored about 10 years ago
Updated copyrights [skip ci]

github.com/orchidjs/tom-select - 05908150ddbde9331075dd263afe6d2115e43691 authored about 10 years ago
Swapped out bower installation task (closes #453).

github.com/orchidjs/tom-select - f8b1493da25d145e8243f178137ddb5a4ef53466 authored about 10 years ago
More blur/focus improvements.

github.com/orchidjs/tom-select - 8fc7a021c9a48a66948f37641eba5c99eeb83a69 authored about 10 years ago
Added ability to control browsers from command line when testing locally.

github.com/orchidjs/tom-select - 5ec87ba56c09db17c60a0fea4a5d723af1e7ba80 authored about 10 years ago
Fixed blur regression in FF/IE.

github.com/orchidjs/tom-select - 6f409616623b940d41dfdc8576ccd8d7b8346cc5 authored about 10 years ago
Fixed saucelabs batches.

github.com/orchidjs/tom-select - 1df9446025182fe0c23d93c4ef890f2cfaf648fa authored about 10 years ago
Disabled iOS 6 tests.

github.com/orchidjs/tom-select - ca3a985bdb79bf413441a68d59a049585a86ec25 authored about 10 years ago
Merge pull request #599 from perrej/master

Ensure correct IE focus when the user clicks outside the focused control. #406

github.com/orchidjs/tom-select - f0a0c2516985a947383eb31571ba06324e555e93 authored about 10 years ago
Merge pull request #601 from smeggingsmegger/fix_ios_click

Fix for iOS click

github.com/orchidjs/tom-select - 1556d34ec754f7e89971f3d1d0da34e5e3507733 authored about 10 years ago
Disabled video, increased concurrency.

github.com/orchidjs/tom-select - 1b40d311b588722d2a1dbe390f6f6a3449e11a8d authored about 10 years ago
Workaround for karma/saucelabs concurrency problems.

github.com/orchidjs/tom-select - fc41583ab54dd61d2a5acf36c65b362888a03645 authored about 10 years ago
More debugging.

github.com/orchidjs/tom-select - beffa3f75798d839c84952d26b2ddfc9b944f6ad authored about 10 years ago
Restored selenium-version option.

github.com/orchidjs/tom-select - 6760f9a5893c4d1bcca0833f8afaf57954952fe0 authored about 10 years ago
Coverage reporting + restored original browser matrix + other fixes.

github.com/orchidjs/tom-select - b0c6ec50b71e0b392f1283fe02e229bb56cc78bb authored about 10 years ago
Updated karma configuration.

github.com/orchidjs/tom-select - 704476323887cc5cb5a35e4f16fde9665342625f authored about 10 years ago
Use karma for all test running.

github.com/orchidjs/tom-select - eee3296b34b29d5cf18690740045fc378bed1bf3 authored about 10 years ago
Attemped fix for saucelabs jobs getting premature "Finished" state.

github.com/orchidjs/tom-select - 48362e6b45a4113b00861c5ccf704a243f7f4506 authored about 10 years ago
Fixed regression: validity detection.

github.com/orchidjs/tom-select - cb20d6438ebdbbcc9ae5cd1aa36882d3a5d9d934 authored about 10 years ago
Test phantomjs / saucelabs matrix separately.

github.com/orchidjs/tom-select - 6112b0391371b5a705d00b8354159c21303f1aa2 authored about 10 years ago
Use port 8888, not 8080.

github.com/orchidjs/tom-select - 3f91eede9c7fc39ead9db0d206b0785e83100e33 authored about 10 years ago
Enable retries of failed jobs.

github.com/orchidjs/tom-select - a62f39341d4d9b353f49481f5458be6d5f6d3912 authored about 10 years ago
Disable validity on android.

github.com/orchidjs/tom-select - b44bfbb37de4cd9eb740d3b2c74f0b9f662305bd authored about 10 years ago
Updated readme layout [skip ci]

github.com/orchidjs/tom-select - d1715643aa4ee9ff821ff485872d5e57c0f00311 authored about 10 years ago