{"id":15925473,"url":"https://github.com/iliasderos/ember-data-power-select","last_synced_at":"2026-02-04T07:42:28.209Z","repository":{"id":57223648,"uuid":"119565672","full_name":"IliasDeros/ember-data-power-select","owner":"IliasDeros","description":"Typeahead component built on top of ember-power-select that leverages Ember Data","archived":false,"fork":false,"pushed_at":"2022-12-09T04:52:50.000Z","size":3094,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T16:29:07.247Z","etag":null,"topics":["ember-data","ember-power-select","emberjs","javascript"],"latest_commit_sha":null,"homepage":"https://iliasderos.github.io/ember-data-power-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/IliasDeros.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":"2018-01-30T16:51:04.000Z","updated_at":"2020-09-09T06:13:08.000Z","dependencies_parsed_at":"2023-01-25T16:16:16.540Z","dependency_job_id":null,"html_url":"https://github.com/IliasDeros/ember-data-power-select","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/IliasDeros/ember-data-power-select","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fember-data-power-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fember-data-power-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fember-data-power-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fember-data-power-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IliasDeros","download_url":"https://codeload.github.com/IliasDeros/ember-data-power-select/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fember-data-power-select/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265521958,"owners_count":23781590,"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":["ember-data","ember-power-select","emberjs","javascript"],"created_at":"2024-10-06T22:02:14.402Z","updated_at":"2026-02-04T07:42:28.167Z","avatar_url":"https://github.com/IliasDeros.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/ember-data-power-select.svg)](https://badge.fury.io/js/ember-data-power-select)\n# Ember Data Power Select\n\nIntegrate into your Ember Data app without having to implement a `store.query` function in each route.\n\nSee [DEMO](https://iliasderos.github.io/ember-data-power-select/)\n\n## Installation\n\n```\nember install ember-data-power-select\n```\n\n## Usage\n\nSee [ember-power-select](http://ember-power-select.com/docs/how-to-use-it)'s API.\nAdds the following parameters :\n\n* `modelName` - model to query when searching with `store.query()`\n* `params`(optional) - additional query params to send in each request\n* `queryKey`(default: 'search') - this is where the search value is send=t in each request\n\n```\n  {{#data-power-select\n    modelName='user'\n    params=(hash limit=10)\n    queryKey='email'\n    params=(hash results=10)\n    onchange=(action (mut selected))\n    selected=selected\n    placeholder=\"Search Users emails...\"\n    as |user|\n  }}\n    {{user.email}}\n  {{/data-power-select}}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiasderos%2Fember-data-power-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filiasderos%2Fember-data-power-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiasderos%2Fember-data-power-select/lists"}