{"id":20436527,"url":"https://github.com/codeeshop-oc/vue-full-autocomplete","last_synced_at":"2026-04-20T13:32:57.394Z","repository":{"id":57403809,"uuid":"391321839","full_name":"codeeshop-oc/vue-full-autocomplete","owner":"codeeshop-oc","description":"Vue Full Autocomplete provides feature of autocomplete with GET and POST request and listing the results","archived":false,"fork":false,"pushed_at":"2023-10-01T12:22:17.000Z","size":537,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T07:07:40.406Z","etag":null,"topics":["autocomplete","npm-package","vue-components","vuejs"],"latest_commit_sha":null,"homepage":"https://codeeshop-oc.github.io/vue-full-autocomplete/","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/codeeshop-oc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-07-31T10:19:15.000Z","updated_at":"2023-01-25T14:03:40.000Z","dependencies_parsed_at":"2024-11-07T18:36:20.203Z","dependency_job_id":"08ad37fb-26ef-48f7-aa3b-56b6bce10efd","html_url":"https://github.com/codeeshop-oc/vue-full-autocomplete","commit_stats":{"total_commits":62,"total_committers":4,"mean_commits":15.5,"dds":0.3709677419354839,"last_synced_commit":"09ee1724dad48a112cd4d4113a7ec33ebee6253f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeeshop-oc%2Fvue-full-autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeeshop-oc%2Fvue-full-autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeeshop-oc%2Fvue-full-autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeeshop-oc%2Fvue-full-autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeeshop-oc","download_url":"https://codeload.github.com/codeeshop-oc/vue-full-autocomplete/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241476437,"owners_count":19968916,"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":["autocomplete","npm-package","vue-components","vuejs"],"created_at":"2024-11-15T08:44:27.390Z","updated_at":"2026-04-20T13:32:52.350Z","avatar_url":"https://github.com/codeeshop-oc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Full Autocomplete\n\n\u003e Vue Full Autocomplete component for Vue.js\n\n[![npm](https://img.shields.io/badge/npm-1.0.4-blue)](https://www.npmjs.com/package/vue-full-autocomplete)\n[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/codeeshop-oc/vue-full-autocomplete/blob/main/LICENSE)\n[![bit](https://img.shields.io/badge/components-1-yellowgreen)](https://github.com/codeeshop-oc/vue-full-autocomplete/blob/main/src/VueFullAutocomplete.vue)\n[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/codeeshop-oc/vue-full-autocomplete/issues?\u0026q=is%3Aissue+is%3Aopen)\n[![Node.js Package](https://github.com/codeeshop-oc/vue-full-autocomplete/actions/workflows/yarn-publish.yml/badge.svg?event=release)](https://github.com/codeeshop-oc/vue-full-autocomplete/actions/workflows/yarn-publish.yml)\n[![Dependent Bot](https://github.com/codeeshop-oc/vue-full-autocomplete/actions/workflows/dependent-bot.yml/badge.svg?event=push)](https://github.com/codeeshop-oc/vue-full-autocomplete/actions/workflows/dependent-bot.yml)\n[![CodeQL](https://github.com/codeeshop-oc/vue-full-autocomplete/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/codeeshop-oc/vue-full-autocomplete/actions/workflows/codeql-analysis.yml)\n\nVue Full Autocomplete provides feature of autocomplete with GET and POST request and listing the results\n\n## 🎨 Features\n\nFind out all available features on [settings props](https://github.com/codeeshop-oc/vue-full-autocomplete/blob/main/docs/API.md#props)\n\n![til](https://raw.githubusercontent.com/codeeshop-oc/codeeshop-oc.github.io/master/vue-full-autocomplete/demo.gif)\n\n## Live Demo\n\n[Live Demo](https://codeeshop-oc.github.io/vue-full-autocomplete/)\n\n## 🚚 Installation\n\n### yarn/npm\n\n```bash\n# npm\nnpm i vue-full-autocomplete\n# yarn\nyarn add vue-full-autocomplete\n```\n\n### cdn\n\n```bash\n# latest\nhttps://unpkg.com/vue-full-autocomplete\n```\n\n\u003cbr/\u003e\n\n## 🚀 Quick Start\n\n```html\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n      \u003cbutton\n        @click=\"visible = true; selected_item = {}\"\n      \t\u003e\n      Open Popup\u003c/button\u003e\n\n     \u003cVueFullAutocomplete\n\t\t    ref=\"VueFullAutocomplete\"\n\t\t    :visible=\"visible\"\n\t\t    @close=\"visible = false\"\n\t\t    @selected=\"selected\"\n\t\t    :headers=\"headers\"\n\t\t    url=\"https://jsonplaceholder.typicode.com/users\"\n\t    /\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\n  import VueFullAutocomplete from 'vue-full-autocomplete'\n\n  export default {\n    name: 'MyComponent',\n    components: { VueFullAutocomplete },\n    data() {\n\t    return {\n\t    \tselected_item: {},\n\t        visible: false,\n\t        headers: {\n\t          'Accept': 'application/json',\n\t          'Content-Type': 'application/json'\n\t        }\n\t    }\n\t},\n\tmethods: {\n\t    selected(item) {\n\t        this.selected_item = item\n\t        console.log(item, 'item')\n\t    }\n    }\n  }\n\u003c/script\u003e\n```\n\n\u003cbr/\u003e\n\n## 🔖 License\n\nThis software is licensed under the [MIT](https://github.com/codeeshop-oc/vue-full-autocomplete/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeeshop-oc%2Fvue-full-autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeeshop-oc%2Fvue-full-autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeeshop-oc%2Fvue-full-autocomplete/lists"}