{"id":21921463,"url":"https://github.com/firelemons/abbreviation-autocomplete","last_synced_at":"2026-03-11T03:04:06.793Z","repository":{"id":103678647,"uuid":"229801869","full_name":"FireLemons/Abbreviation-Autocomplete","owner":"FireLemons","description":"An autocomplete for abbreviations/acronyms searching by description rather than the abbreviation text.","archived":false,"fork":false,"pushed_at":"2021-05-14T17:55:49.000Z","size":200,"stargazers_count":5,"open_issues_count":5,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-05T10:42:10.556Z","etag":null,"topics":["autocomplete","component","component-library","vue"],"latest_commit_sha":null,"homepage":"","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/FireLemons.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":"2019-12-23T18:14:31.000Z","updated_at":"2023-12-01T07:46:14.000Z","dependencies_parsed_at":"2023-07-06T23:00:55.397Z","dependency_job_id":null,"html_url":"https://github.com/FireLemons/Abbreviation-Autocomplete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FireLemons/Abbreviation-Autocomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviation-Autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviation-Autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviation-Autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviation-Autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireLemons","download_url":"https://codeload.github.com/FireLemons/Abbreviation-Autocomplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviation-Autocomplete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30368644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"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":["autocomplete","component","component-library","vue"],"created_at":"2024-11-28T20:25:09.022Z","updated_at":"2026-03-11T03:04:06.777Z","avatar_url":"https://github.com/FireLemons.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Abbreviation-Autocomplete\nAn autocomplete for abbreviations/acronyms searching by description rather than the abbreviation text.\n\n![autocomplete_screenshot](https://raw.githubusercontent.com/FireLemons/DocumentationMaterials/3adbd2389ba4b9750b4c2cf03a855c3ed31f3b80/img/screenshot.png)\n### [Live Example](https://firelemons.github.io/AutocompleteExample/vue/)\n\n## Props\n##### data\nThe autocomplete options\n\nThe options are an array of objects in the form\n\n    {\n      a: \"Abbreviation or Acronym\",\n      d: \"Definition or Description\"\n    }\n\ne.g.\n\n    [\n      {\n        a:\"EG\",\n        d:\"Egypt\"\n      },\n      {\n        a:\"SV\",\n        d:\"El Salvador\"\n      }\n    ]\n\n##### limit(Optional)\nThe autocomplete results limit  \n`Infinity` by default\n##### min-search-text-length(Optional)\nThe minimum number of characters typed before autocomplete results are displayed  \n1 by default\n##### placeholder(Optional)\nPlaceholder text for the search text input\n\n## Events  \n##### @update:search-text\nTriggered whenever the search text changes\nEmits the text of the autocomplete search\n\n##### @select\nTriggered after selecting an option in the dropdown  \nEmits the object representing the option selected\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelemons%2Fabbreviation-autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirelemons%2Fabbreviation-autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelemons%2Fabbreviation-autocomplete/lists"}