Ecosyste.ms: OpenCollective

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

github.com/orchidjs/tom-select

Tom Select is a lightweight (~16kb gzipped) hybrid of a textbox and select box. Forked from selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation. Useful for tagging, contact lists, etc.
https://github.com/orchidjs/tom-select

begin testing gulp

18de7375ff1f2977c89dc0b56d19e9fa5e7b7c67 authored over 4 years ago
ignore .sass-cache

1d252366e6f1460e2965432990c5efea196d437e authored over 4 years ago
handle scss files in grunt

229a29f8e2c34e56abbb539dd43fe02843b078c1 authored over 4 years ago
add scss files

ac84f5b7421b61394a9db8a0e88f220a7a0d9027 authored over 4 years ago
plugin urls, some styling for <pre>, other small doc changes

f056efab56e502ae215e3a655b24ff9611fa9f15 authored over 4 years ago
more info about the fork

e98ae1f22fe1d74b18afe6985c4fcca9d6e2e77a authored over 4 years ago
add dependency badge

69d253bc7fe20d7b1d2fee95caabf229b3ab8b34 authored over 4 years ago
remove ie filter

7491dba3b92d45b11cf18c22c6b5b5a1f742140d authored over 4 years ago
remove console.log() call

04b00fe360f2237b98ce82f8d95fbcf028f72cdb authored over 4 years ago
use markdown-it-anchor

628958c94eab2c8d2b8525dd31531d2ab27c87f6 authored over 4 years ago
adjust relative urls

3d2a96459360e2e4112b5413e4fb89d7c2db281f authored over 4 years ago
remove ".md" from links

b1e02d6bfe43f608a79fb0474607887beba2f372 authored over 4 years ago
text-align for rtl

8e56fda322df4b36a2c1dfa9799ecbf1b6a1deca authored over 4 years ago
watch all files in src folder

56debab103858c555e70636693b4ab9ec6a6d781 authored over 4 years ago
move onDelete example to api examples

048767cbccd24500d4cc0916207be80e28ac9906 authored over 4 years ago
generate docs with 11ty

61b3367cc0ea9898eb200ed78bf312e602bc0f3f authored over 4 years ago
dist folder update 1.0.0-beta

100eab96470c10a0c50741605e1b2f33319cead5 authored over 4 years ago
revert back to building directly to dist folder

d362d89cf24660b1922da196bfd0145abf4d9d55 authored over 4 years ago
revert examples to use js in dist folder

d47a2da6d341fc79ec7be8a536e40f8ad69c4db1 authored over 4 years ago
undo jekyll theme and include config

12edccbd4441e445fdc3b7b155e3738bfd46246c authored over 4 years ago
Set theme jekyll-theme-cayman

cb5ee17e74912c46b8f92dacaaf9d31003df71fe authored over 4 years ago
add jekyll config

abb9b3dc4f11655c23516dd2b781e2f122bf7c82 authored over 4 years ago
rename standalone to complete, don't build to dist folder

fccc6a4f6d1ea2fa221c45ddfaf298b440640ce6 authored over 4 years ago
ignore build folder

7c5af9bf89592dd5aa11562082e4a82fbdb214b9 authored over 4 years ago
don't pass original method to hook callback

b46388c99c0938d6bc235449519d9e29a0ec5c6b authored over 4 years ago
test external control input

021caf515e0ea69eaef0c1f5505a75b8cb45ad1c authored over 4 years ago
is_select_tag instead of tagType

287ad65745cbff936cccfbfe07c813075a8cf713 authored over 4 years ago
remove option_select from deleteSelection(). rare edge-case better suited for plugin

12b3982b74d9031ff75948b523df777e9770eedb authored over 4 years ago
include plugins in coverage

d61f377558f46bc19fb88396ee00f4fb7f630441 authored over 4 years ago
rename disable_activeitems to no_backspace_delete. add test

8f5b797113cf4edd2d1b4e59800507452c0d0a25 authored over 4 years ago
remove htmlToElement(), use getDom(). replace disableActiveItems option with plugin

ad7355381d2650228dfdc62026482de45f49c8f3 authored over 4 years ago
test optgroup_columns plugin

9724be1c7c1c22723ba15e576faf0680e21c3d48 authored over 4 years ago
test dropdown_header plugin

ab5ca36ffcad16b4dad66f5e40846542671b6c98 authored over 4 years ago
test restore_on_backspace plugin

052b1b01cdb4b3f3e1036fb60eb594c85e593bd9 authored over 4 years ago
test remove_button plugin

90efcfdd153052e165e0f863d66a34bf959511d6 authored over 4 years ago
replace hook.after & hook.before with Selectize.hook(). Update plugins

1cb332caea2073d9280921ff1a9ab2a165484986 authored over 4 years ago
hould remove first item when left then backspace pressed

c5366e5e556c5e35089467d2a5faabae8b664574 authored over 4 years ago
should remove item when backspace pressed

01759a8f72bf202ee0f14eae29922a50352e32ba authored over 4 years ago
test backspace and delete

a7fa2b491afab3343e25f19ec2bf43407450f14d authored over 4 years ago
test: should remove active item when delete pressed

f75c6719f1f1eafd23fcb4d4f6df453665964948 authored over 4 years ago
test creating item on enter

7b821b68cb72c2920db3dc16866b40a45265f47d authored over 4 years ago
swap ctrl + click position

d889749e35153445c62fda8f484f0eb09cc967a2 authored over 4 years ago
test: should toggle active item when [ctrl] + mousedown

fd15ef5f82667355937084c39f784723b5366bfe authored over 4 years ago
expand shift+mousedown test

6ffce4408a6acda69c8330e7eb8a4e4d8b1bac8f authored over 4 years ago
should select multiple items with [shift] + mousedown

4ead0503237d85ab04bba19aa364f99ed51a5643 authored over 4 years ago
test [ctrl-right] then [ctrl-left]

08933c1e83cc67f35cd821cee589cebf8fb03ed9 authored over 4 years ago
remove redundant conditions in getOption()

1ab4e93047616d4e119e14a8e2927265a50fb960 authored over 4 years ago
correct escape key press

d0a6ce04ab98fc2c09d98a5ba3192c396991e4a5 authored over 4 years ago
use isKeyDown

47215d8e22ed7274992d860464902f924fbbbfaf authored over 4 years ago
interaction tests

2dd0abde7b26711c7c801a72b152e14e18425e7e authored over 4 years ago
test [esc] keypress

28910b0fd0b787d93b4f78aefc06dc26b82b5dde authored over 4 years ago
add test "clicking item should activate"

aecaea5343e762a50b7d033bf272b1a1d84c4c80 authored over 4 years ago
remove old ie support in getSelection()

49e581ef0f7f26272db462248f41347fce1036c4 authored over 4 years ago
add and clean up interaction tests #3

35ecb43fb1562615bf730250b3c9c4081dd1a2d8 authored over 4 years ago
add placeholder for plugin tests

c1f5453aff02acb21b25a1145f56d3f372e81b9c authored over 4 years ago
use syn package in node_modules

62bd2794de4bc0e35772730e4c534bb3c0b5d941 authored over 4 years ago
setup.js not used

e7de4e33f938c88b9a8c60ff656d422ebcb957cb authored over 4 years ago
don't need to check selection if valueLength is required

4ab87c0401aa793e99a6c70a305b75427cacd41b authored over 4 years ago
autogrow needs untrimmed input value

964c2bfad4e3168aafbf1c054931f68ff9916503 authored over 4 years ago
input_autogrow plugin

4d032589e5ff6009ded55a6f5d84a0de735a5923 authored over 4 years ago
comment keydown sections

4ec4d5177e981f06914fdab3fbeab006e6213797 authored over 4 years ago
add inputValue()

57fe24aa562540ae881c0d8677edd1bbd5f16ddd authored over 4 years ago
fix badge paths

f1d4ac3d52e1422cf4092f3f6a5c26b480059a19 authored over 4 years ago
git url

b9894cc9264317302a9bcee316d7eec1943bc946 authored over 4 years ago
update docs

9055961700f6b1a1ab9bb2e30f48dbfb5d01a23b authored over 4 years ago
restore travis_ci env var

d7955a3b4d206f7e59a0b685bb732a33e8aca2fe authored over 4 years ago
ffox & chrome

451c94198559ea7f4b986626e2286dcbbbfbab9d authored over 4 years ago
HeadlessChrome

bec7cc4d70539af7b0f84d06773fb5a40a8fed36 authored over 4 years ago
HeadlessChrome?

40f662a6e85452b2780051007ad032ff44d99d8c authored over 4 years ago
ChromeHeadless?

47be1c3fe68e9ad3623e77fe4ee397e3593c97e3 authored over 4 years ago
Chromeheadless?

435776faeaaa30a6a8caf65a85cfe308fdc77211 authored over 4 years ago
ChromeHeadless?

5a1941bc49563bc2d3d1baea4b87d0791439994f authored over 4 years ago
chrome?

a1b839135c507e0509ecdadc58b54960bb043dab authored over 4 years ago
check renderCache in getOption()

a769e92bbc0b4fd45238679764aa3de5b75fdb25 authored over 4 years ago
fix clearCache('option') test

b14621165b05c2548ea9d1a67d9f76561a148b92 authored over 4 years ago
jquery still needed for drag/drop plugin

6dd47b669ffb7fb98604afdee348f992f4316c72 authored over 4 years ago
optgroup columns plugin w/out jquery

d9830713795be4028ca0b5e2959d4778aaf4c6fa authored over 4 years ago
don't recreate dom elements for options with each call to refreshOptions()

8a8f5faac3bff2ffd5b3b39f47af26ddb37b2465 authored over 4 years ago
fix getAdjacent for optgroups, add itemClass and optionClass settings

82510f36f4517bef60fcd049f960c1d968e3d9ba authored over 4 years ago
fix classesArray for arguments other than string or array

8fbb72593a58aace1558f09ea0d017e88f2719fd authored over 4 years ago
dropdown_header w/out jquery

9cca63eb1694bcb6334ac753f8783698c5941276 authored over 4 years ago
update remove_button plugin, example index.js

caad2bb6994beadbc56a044d4373d54e6db28f1a authored over 4 years ago
remove jquery from examples

c00b0460b0ce494e72eedf34a9d170e9d9035575 authored over 4 years ago
disable saucelabs in travis

e7e3044f85afe60ff6f709b6d817b2f1f24bdba2 authored over 4 years ago
remove selectize.jquery.json

62111f610238ee1b060192bb08375bb9741d4602 authored over 4 years ago
remove jquery from wrapper

eb8c3681a2af7a87f8f4681c070ae5d3fb43d243 authored over 4 years ago
fix should not allow duplicate initialization test

f3acdd2a0638a7ff5dd882f3c504ca4fcb730798 authored over 4 years ago
remove selectize.jquery

681d6572c7c276117f527e37addba802a897ad80 authored over 4 years ago
basic examples w/out jquery

791d05ac836d141633cb7bcc16acf38241c8bd74 authored over 4 years ago
example index.js w/out jquery

d97350e9f0187d17cef93f3ab6c717c7b8037c65 authored over 4 years ago
fix copy of jquery's extend

7da1d29ce411c8b764f5df28f41be9e113195653 authored over 4 years ago
remove input.dataset.selectize

5337b141179c0fd633e247c7f25ad92f266d8f5a authored over 4 years ago
eventns not needed

23008f1b55ceb8f47f17037dfa5ae51690cd4b2d authored over 4 years ago
window and doc events, remove eventNS

e9ab7d712f9d32faefdb1634e75b9b0b89c435e2 authored over 4 years ago
$testInput not used, decrementing could result in duplicate eventNS

b7628c376551bba1e2bd8781c0f8a311c0e155c1 authored over 4 years ago
add removeClasses()

cceb4ae782930301c7eb1848e7964908c1871d89 authored over 4 years ago
replace $control w/ control in tests, $control not needed

a453b5d6f385a7334f0c396d01e522b474f7f4b5 authored over 4 years ago
replace $control w/ control in drag-drop plugin (still requires jquery)

c5a77f06852bde6f3cf281bc7cc1d26809ae2a55 authored over 4 years ago
positionDropdown w/out jquery

091a07ee2eebc0f799978df8893d3ec6220c0a5e authored over 4 years ago
fix blur when clicking outside

f87829c4fc22255abe6ae6e41afe6c1543956436 authored over 4 years ago