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

Highlight selected option on focus (#104, #131).

5b384e90f7dc33a74430b3fdfd6d882c77b6e066 authored over 11 years ago
Disable browser autocomplete.

5131a170877c3f4fef0aef75098d8c8c6b374667 authored over 11 years ago
Don't allow dragging / remove_button clicks / item selection when locked (fixes #140).

a90e6d9b7dd62b4aa221d4f3096ea3a870c8f324 authored over 11 years ago
Don't allow duplicate initialization (#144).

da3a33d0d39f9105d3b936e59325ae21bff7d8ee authored over 11 years ago
Allow "sortField" to be a string (shorthand).

36809378a8d22cbd440bb0a821e422086009cfaf authored over 11 years ago
Added "searchConjunction" option (#119).

1c7cc13a7f79fafc8d108ae188f9dc90cc4ec39f authored over 11 years ago
Fixed race condition + cleared out some browser implementation-dependent tests.

28596577126a0ec3671cb0768fde8f97f5e51c8b authored over 11 years ago
Added "required" example (#136, #63).

ef8a70d4223907312d482494e8d1f853b96b4700 authored over 11 years ago
Test cleanup – did away with problematic "test" global and explicit need to teardown (now done automatically).

25926de6928f184740c8af79f8cf86fe6d2febc2 authored over 11 years ago
Merge remote-tracking branch 'refs/remotes/sjhewitt/required-element-b' into 0.8

aaf67b52bbe6ddabc29b7f799eb17da5818e5f2c authored over 11 years ago
Merge master into 0.8.

ff304dbe99732007ff5df3c0065004dc2c634b00 authored over 11 years ago
Ammending last commit.

b45352615d66b5a4567571054edd602092c9ab0e authored over 11 years ago
Always acknowledge field settings when populating from DOM. Fixes #139.

06193c5210b28e01d28cf914aced983794ec951c authored over 11 years ago
handle required elements

95d241327995a3bb2942aca2c14cbd33860bc728 authored over 11 years ago
added another required element testcase

a601b231797cc0f1f960fc7ec867420883f1eced authored over 11 years ago
added flags for required/invalid states

cb428961774a85f0c13a5ffae43702a195d779a5 authored over 11 years ago
added tests for required element

cc72a334668767f9f1438f9d3cf588b31dd3c14d authored over 11 years ago
Added "addPrecedence" option (#118).

ff0745a9623fc3a9f424408b2faaa430accbb77b authored over 11 years ago
Fixes #118 (prevent options from being added with keyboard when dropdown not open).

9e80f48604838f8fef41b5dc39c4e0eb5685fe83 authored over 11 years ago
Simplified / improved focus handling. Fixes #75, #126, …

7f450db34a2fdd8d2e060513f25c3f4a0e041fdb authored over 11 years ago
Implemented #122 from @jacquelinewheeler.

Fixes leading and trailing whitespace breaking string measurement.

e21856b218e69f49c19eb1ad88239bf9b49174e7 authored over 11 years ago
Crude initial implementation of #76.

f704c25fd24f5e63357d0a009f7ea9228b39c936 authored over 11 years ago
Released 0.7.7.

46d0b351a31bea747c039e451a44a2bb0f8f2276 authored over 11 years ago
Fixed addOptionGroup method (typo) + added tests (#85).

586ea16d5062219a09dd43eadebb488e1dc57ba6 authored over 11 years ago
Added RTL support (#109).

c0f3b46be5589c96a74c54bb27e2f31260550d46 authored over 11 years ago
Fixed bug causing getItem / getOption to fail when given values containing backslashes.

f937acd0a337867b4ced7c654eacc2221ceea0d1 authored over 11 years ago
Released 0.7.6.

41b60a0fe894c74f08ce730f1ac01202ead43ce8 authored over 11 years ago
Backport of the fix for #108 from the 0.8 branch.

34174e06b2a44b664317d3e5263332abdc55f6d6 authored over 11 years ago
Fix for original option order not being respected (#108).

f009836bc9ad8829637b4da2a93b922beda40c1f authored over 11 years ago
Added test for #108.

13fda5b1c9fa488bacf4fd97a0b62cabfe5b1a1a authored over 11 years ago
Sifter 0.2 compatibility. Introduces multi-property sorting capabilities.

ef6c6538ddd2de429fbc7744b582a338e9447b83 authored over 11 years ago
Fixed typo in earlier commit.

10c5d57dbda4486788c0217ad76230f134415aca authored over 11 years ago
Released 0.7.5.

0116a10fca29224e978e24e9d7b231964a89c6ac authored over 11 years ago
Fixed issue with dropdown_columns height calculation.

0a35be774aab9468af3b73cb193d2b76fa48cfb2 authored over 11 years ago
Don't explicitly inherit 'display' from source element (Fixes #101).

5ab7e628c26e8223d29af145282cb08b415e053c authored over 11 years ago
Improvements on "remove_button" plugin. Fixes #107.

c26e64fa8004a704ab300ec1b91dfd45205de126 authored over 11 years ago
Merge pull request #106 from khh/master

API example fix and typo

4ca713bf65296659bed2f4365b47474274f42a1d authored over 11 years ago
Typo

acb73b8611709723aa00e96e15bbcdf77b085cae authored over 11 years ago
addOption does not require a value anymore

2329d10e68fc1125dca8e6797129a7c343167d1b authored over 11 years ago
Added link to changelog (#100).

250ffc9b25e6adf2594a92d14a940c99f862dc19 authored over 11 years ago
Released 0.7.4.

f23080e007422fe661bb1423985cb3867f34ac56 authored over 11 years ago
Fixed `this` context on onDelete callback.

48430d8942b46e09ebd738c41d40dff94c156af8 authored over 11 years ago
Removed triggerCallback() - unused.

c2b5c65fe3da4c66fcf6483d9fc7442e13511c28 authored over 11 years ago
Don't run remove_button plugin when in "single" mode.

ee39adf198864ae4f9fd5eac2d3e6b871776d4b3 authored over 11 years ago
Released 0.7.3.

5db1f7929bebc22ee149a6cf0a0e5acfbf67d9ad authored over 11 years ago
Added jQuery to deps. Fixes #94.

63d92f81e7751b18987fa06b88d0094121cb9a5d authored over 11 years ago
Merge pull request #90 from jbrooksuk/master

Increased z-index

3594200d92dd64ddb16163b5320974be3ec918cb authored over 11 years ago
Increased z-index

The z-index is too low for something which should be almost highest on page.

3f51d6fb272d9416e5cbf64f6ad5fedfc52ae667 authored over 11 years ago
Released 0.7.2.

f7742b40324d2b1bba0078cd07ae952ddf2e1eec authored over 11 years ago
Only fire "change" DOM event once. Fixes #11, #84.

77aba392cf729845f6ed6bd7f7473a8815653a56 authored over 11 years ago
Released 0.7.1.

4d3fca3328fdef5f9f0201c53d196d8b0a27b3d2 authored over 11 years ago
Updated sifter to latest version (0.1.1).

cf7f05bbb837e38d65eb7024684dd39fda414f9c authored over 11 years ago
Merge commit 'f2c0777bfede90d312047a33bc84e57cd2d17917'

05ffaa36458b87d684d993c10c7867e644db4801 authored over 11 years ago
Fix for .form-control style conflicts (#83).

e656d5e4a2fb7249646bbe1b74b043867b25092e authored over 11 years ago
Fixed links.

f2c0777bfede90d312047a33bc84e57cd2d17917 authored over 11 years ago
Released 0.7.0.

702926f64149727a087bcb81cc67a0de188e0bd2 authored over 11 years ago
Merge branch 'refs/heads/0.7'

514a7e33cf92be12ae900a0685ab1fe435aa41f1 authored over 11 years ago
Simplified addOption() to no longer require "value" to be explicitly declared.

It will now be read out of the object.

f1072fccd9cf9058f4c86d7714c71a44aee1688c authored over 11 years ago
Fixed some search-related regressions.

005d2391740ff47cb3164aef6ea153de480f58c3 authored over 11 years ago
Merge.

71b5387180250f2881f10a883af15dcedf2fdd06 authored over 11 years ago
Updated documentation + added license.

70c3a394417611014718a9e6017fdbe4078f1008 authored over 11 years ago
Updated readme.

c30d17bcf7178e1e0f234b83209ed200f4315edc authored over 11 years ago
New default theme.

b40b0ea1e8f19bbe103d0cb633cf8a15c7d378c8 authored over 11 years ago
Auto-cleant non-mixins added by bootstrap2.

ca0c8c0678fa9c136fbd073f46597f26f442403d authored over 11 years ago
Don't minify css files.

c151eb57aa46350e2577e5c47235b7419d4509dd authored over 11 years ago
Fixed optgroup spacing when using optgroup_columns plugin.

4c3715dcd2a75ef2c1e04da57a300d9a3bd60fed authored over 11 years ago
Restored getScoreFunction() method.

1bb3d9f7177fa6d00e9f70d89ef41cb40de9bc01 authored over 11 years ago
Decoupled plugin loader from library.

64159d190c33c713983935beac0f885fdfbf0312 authored over 11 years ago
Split apart settings to "defaults.js".

f07a3a661dcf4ae93f35f44a84f6a0919daade58 authored over 11 years ago
Exclude .wrapper.js from build.

d27f98e11af85f70841c90004cd2c00758defaff authored over 11 years ago
Directory / file cleanup.

f379eeb6a510e70ef18d4cdf3272f4a8563f4854 authored over 11 years ago
Don't break "options" reference in clearOptions().

036713ab47b5fa920f236c7311cb5e29169ca849 authored over 11 years ago
Added "destroy" event.

04eca60e6f7d3b5abcd93caad3c0b8224289db79 authored over 11 years ago
Fixed optgroup header backgrounds on bootstrap themes.

e06b920ed9265e12dc8731424de87b189b84e8b0 authored over 11 years ago
Added theme switcher.

975315209d9f186bebddc6749b56d282ec2483ba authored over 11 years ago
Converted plugins to *.less + added to build.

3a76dcce1ae1438496d12130e86e4616b0089616 authored over 11 years ago
Fixed dropdown keyboard scrolling.

3c7b439673fb3166dc8bf05081230e2ce5ecc5de authored over 11 years ago
Bootstrap improvements (spacing + optgroup support).

206edd70e3e85201a8366c26645536394b09d0bb authored over 11 years ago
Fixed test page.

d128c3d7a6c5d29a5bcf74094509832550dc36cf authored over 11 years ago
Bootstrap 2 and 3 themes.

12416d5f552aa17893b8c434b422de6eaf57e34f authored over 11 years ago
CSS overhaul (LESS) + prelim bootstrap support.

922e344602a30d5d3fc4944c71198620f812f50e authored over 11 years ago
Merge pull request #74 from mikemaccana/patch-1

Fix events/plugins links

e86176ac91272b1e255c5ecb07e3d92511a44a1f authored over 11 years ago
Fix for #73.

db0efdf939034e8e42427f9a3027bf800e527d81 authored over 11 years ago
Fix events/plugins links

e1fa9cf7f0535bb1c129dada185933208446820a authored over 11 years ago
Implemented destroy() method #35.

1fbc3cda5ca15aa2c3879613b9701f15790ae1b5 authored over 11 years ago
Merged master into 0.7

3c661f302a6617d01fdcda4859085848a10c1f77 authored over 11 years ago
Released 0.6.14.

c2011a5aa2be7d9a46c2745572824f0bdc57ecd4 authored over 11 years ago
Merged #69 + added tests for #70.

d80505406b41d5ebb7930260564e0cba066ce4ab authored over 11 years ago
Merge pull request #71 from danielsokolowski/double-escape-html-fix

Fixed bug where select's <option> text was double escaped

d3836f100759592e872e4046dabb5ea880126ea1 authored over 11 years ago
Fixed "score" setting.

b41875314bcc88a5c515b842444209b689a72d08 authored over 11 years ago
Fixed bug where select's <option> text was double escaped, ex '>' would be turned into '&amp;gt;' instead of just '&gt;'

9b9383d604427f8861eaf674049d4490de09423e authored over 11 years ago
Select's placeholders based on empty '<option value=””>placeholder</a>' convention are now used as the 'placeholder' text in the widget then fallowed the current behaviour to use the 'placeholder' attribute. This plays nicer with forms generated as per the convention 'placeholder label option': http://dev.w3.org/html5/spec-preview/the-select-element.html. Also modified '.gitignore' to skip WebDAV cache/control files.

8116ce96eeb8fe8345a548b79be3845ae25b2e40 authored over 11 years ago
Fixed travis CI arguments.

ef70c390f63a9df248673ee7474618bab5d23dde authored over 11 years ago
Fixed --plugins option.

5ca2a683548b3c2e21a8f37b10e045b475942155 authored over 11 years ago
Re-fetch bower components on build.

275aa7f7450eb00353df539a01a4e9e02b08dbea authored over 11 years ago
Decoupled search from library (sifter.js dependency).

6f64af2e1059f187f1c4d14f3ba7c3c15ce91af1 authored over 11 years ago
Grunt build system + bower scaffolding (for builds with and without dependencies pre-bundled).

b58676de9b772cdf75edbf8bf9027608fd0df992 authored over 11 years ago
Released 0.6.13.

9208f73b4fe20ced02933249a8e34a20d25bef03 authored over 11 years ago
Reposition dropdown on scroll (for when dropdownParent setting is "body" and the control is in a position:fixed container).

5eff6e160ec97999ca49e1758463b7bcf10ee7d3 authored over 11 years ago
Added more tests + fixed an edge case where updateOption would not properly re-render items (only if the value changed as part of the update).

98d837608f7e6c027be800cc526d3776848fa8d0 authored over 11 years ago