{"id":15537599,"url":"https://github.com/cibernox/ember-power-select-typeahead","last_synced_at":"2025-07-02T09:04:26.168Z","repository":{"id":2337710,"uuid":"46272222","full_name":"cibernox/ember-power-select-typeahead","owner":"cibernox","description":"Typeahead component built on top of ember-power-select","archived":false,"fork":false,"pushed_at":"2024-05-07T03:00:17.000Z","size":2649,"stargazers_count":37,"open_issues_count":49,"forks_count":57,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-20T01:11:51.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cibernox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-16T12:05:08.000Z","updated_at":"2023-11-13T04:30:41.000Z","dependencies_parsed_at":"2024-06-18T16:58:36.551Z","dependency_job_id":"bbd70c17-9e0f-4ca7-8823-d2237ff979b5","html_url":"https://github.com/cibernox/ember-power-select-typeahead","commit_stats":{"total_commits":156,"total_committers":26,"mean_commits":6.0,"dds":0.3012820512820513,"last_synced_commit":"53890206c324d1503da8ba597e44519974160cd4"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/cibernox/ember-power-select-typeahead","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-power-select-typeahead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-power-select-typeahead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-power-select-typeahead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-power-select-typeahead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cibernox","download_url":"https://codeload.github.com/cibernox/ember-power-select-typeahead/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-power-select-typeahead/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261008009,"owners_count":23096326,"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","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":[],"created_at":"2024-10-02T11:58:25.076Z","updated_at":"2025-07-02T09:04:26.123Z","avatar_url":"https://github.com/cibernox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember-power-select-typeahead\n\nNaive implementation of a typeahead component on top of ember-power-select.\n\n\nCompatibility\n------------------------------------------------------------------------------\n\n* 0.9 requires Ember 3.20 or above\n* 0.8+ requires Ember 3.11\n* Versions belog 0.7.4 work in 2.12+\n\n\nInstallation\n------------------------------------------------------------------------------\n\n## Installation\n\n```\nember install ember-power-select-typeahead\n```\n\n## Usage\n\nWith simple strings:\n\n```hsb\n\u003cPowerSelectTypeahead @search={{action 'searchAsync'}} @selected={{selected}} @onChange={{action (mut selected)}} as |number|\u003e\n  {{number}}\n\u003cPowerSelectTypeahead\u003e\n```\n\nWith complex objects:\n\n```hsb\n\u003cPowerSelectTypeahead @search={{action 'searchAsync'}} @selected={{selected}} @extra={{hash labelPath=\"name\"}} @onChange={{action (mut selected)}} as |user|\u003e\n  {{user.name}}\n\u003c/PowerSelectTypeahead\u003e\n```\n***Note: See API reference for ember-power-select for additional options you can pass to ember-power-select-typeahead***\n- http://ember-power-select.com/docs/api-reference\n\n## Styles\n\nIn your app's stylesheet, you must import the built-in styles in this order:\n\n```css\n/*\nyour custom variables goes here\n*/\n\nContributing\n------------------------------------------------------------------------------\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n\nLicense\n------------------------------------------------------------------------------\n\n@import 'ember-power-select';\n@import 'ember-power-select-typeahead';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcibernox%2Fember-power-select-typeahead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcibernox%2Fember-power-select-typeahead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcibernox%2Fember-power-select-typeahead/lists"}