{"id":23079040,"url":"https://github.com/tedconf/ember-searchable-select","last_synced_at":"2025-08-15T21:30:36.996Z","repository":{"id":48656164,"uuid":"44614516","full_name":"tedconf/ember-searchable-select","owner":"tedconf","description":"Data-down, actions up select-like menu with searching and tagging capabilities.","archived":true,"fork":false,"pushed_at":"2022-02-01T16:19:15.000Z","size":2918,"stargazers_count":37,"open_issues_count":13,"forks_count":14,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-07-27T20:22:45.052Z","etag":null,"topics":["addon","ember","select"],"latest_commit_sha":null,"homepage":"http://tedconf.github.io/ember-searchable-select/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tedconf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-20T15:08:21.000Z","updated_at":"2025-05-30T14:21:56.000Z","dependencies_parsed_at":"2022-09-11T01:51:07.295Z","dependency_job_id":null,"html_url":"https://github.com/tedconf/ember-searchable-select","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/tedconf/ember-searchable-select","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-searchable-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-searchable-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-searchable-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-searchable-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedconf","download_url":"https://codeload.github.com/tedconf/ember-searchable-select/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-searchable-select/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270631839,"owners_count":24619380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","ember","select"],"created_at":"2024-12-16T11:46:11.082Z","updated_at":"2025-08-15T21:30:36.583Z","avatar_url":"https://github.com/tedconf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecation Notice\n\nTED has shifted to React and will no longer maintain this application/library. If you wish to continue using this application/library, please create a pull request and repo ownership can be transferred. This repository will be archived at the end of 2022.\n\n\n# Ember-searchable-select\n\n\u003e This addon is prepared for internal use at TED. We're happy to share our code as open-source, but be aware that it may not be maintianed for broader community use.\n\n## Installation\n\nTo get started, install this addon,  [ember-cli-sass](https://github.com/aexmachina/ember-cli-sass), and include the ember-searchable-select styles in your app.scss.\n\n```\nember install ember-searchable-select\nember install ember-cli-sass\n ```\n\n#### app.scss\n\n```\n@import \"ember-searchable-select/style\";\n```\n\n## Documentation \u0026 Demos\n\nThere are many ways to customize and configure ember-searchable-select. Full documentation and demos can be found at [http://tedconf.github.io/ember-searchable-select/](http://tedconf.github.io/ember-searchable-select/).\n\n## Collaborating\n\n## Prerequisites\n\nYou will need the following things properly installed on your computer.\n\n* [Git](http://git-scm.com/)\n* [Node.js](http://nodejs.org/) (with NPM)\n* [Bower](http://bower.io/)\n* [Ember CLI](http://www.ember-cli.com/)\n* [PhantomJS](http://phantomjs.org/) (Available with homebrew `brew install phantomjs`)\n\n## Running a demo\n\n* `git clone` this repository\n* `npm install`\n* `bower install`\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n## Running Tests\n\n* `npm test` (Runs ember try:testall to test your addon against multiple Ember versions)\n\nor to run a test server while developing:\n\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\n## For contributors:\nPRs that do not include the following will not be merged:\n\n* a passing test suite\n* test coverage for your new code\n* updated README docs (if applicable)\n* updated docs and/or examples in the docs site found in `tests/dummy` (if applicable)\n\n## For maintainers:\n\n### Updating the GitHub pages docs site\n* `ember github-pages:commit --message \"update gh-pages\"`\n* `git push origin gh-pages`\n\n### Creating a new release and publishing to npm\n\n* Make sure you have write access on npm. Ask an existing collaborator to grant you access if you don't.\n* `npm version $TYPE -m \"message about this version\"` where $TYPE indicates the semver release type, eg. `patch`, `major` or `minor`. see the [npm-version docs](https://docs.npmjs.com/cli/version) and (semver docs)[http://semver.org/] if you're not sure which applies\n* `npm publish`\n* `git push --tags`\n* document the changes by [creating a new release](https://github.com/tedconf/ember-searchable-select/releases)\n\n\nFor more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedconf%2Fember-searchable-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedconf%2Fember-searchable-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedconf%2Fember-searchable-select/lists"}