{"id":21921422,"url":"https://github.com/firelemons/abbreviationautocompletereact","last_synced_at":"2025-04-19T13:50:58.057Z","repository":{"id":57171889,"uuid":"330225432","full_name":"FireLemons/AbbreviationAutocompleteReact","owner":"FireLemons","description":"An autocomplete for abbreviations/acronyms searching by description rather than the abbreviation text.","archived":false,"fork":false,"pushed_at":"2022-04-07T14:26:52.000Z","size":132,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-24T00:44:07.312Z","etag":null,"topics":["autocomplete","component","component-library","react"],"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}},"created_at":"2021-01-16T18:08:22.000Z","updated_at":"2024-04-24T00:44:07.312Z","dependencies_parsed_at":"2022-08-24T14:40:53.495Z","dependency_job_id":null,"html_url":"https://github.com/FireLemons/AbbreviationAutocompleteReact","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviationAutocompleteReact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviationAutocompleteReact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviationAutocompleteReact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2FAbbreviationAutocompleteReact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireLemons","download_url":"https://codeload.github.com/FireLemons/AbbreviationAutocompleteReact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228402290,"owners_count":17914230,"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","component","component-library","react"],"created_at":"2024-11-28T20:24:46.659Z","updated_at":"2024-12-06T02:58:52.880Z","avatar_url":"https://github.com/FireLemons.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AbbreviationAutocompleteReact\nAn autocomplete for abbreviations/acronyms searching by description rather than the abbreviation text.\n\n![autocomplete_screenshot](https://raw.githubusercontent.com/FireLemons/DocumentationMaterials/main/img/abbreviation-autocomplete-react.png)\n### [Live Example](https://firelemons.github.io/AutocompleteExample/react/)\n\n## Install\n    npm i abbreviation-autocomplete-react\n\n## Props\n##### data\nThe autocomplete search data\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\":\"ICY\",\n        \"d\":\"Icy Bay Airport\"\n      },\n      {\n        \"a\":\"HGZ\",\n        \"d\":\"Hog River Airport\"\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#### Functions  \n##### onSearchTextChange\nTriggered whenever the search text changes  \nEmits the text of the autocomplete search\n\n##### onSelect\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%2Fabbreviationautocompletereact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirelemons%2Fabbreviationautocompletereact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelemons%2Fabbreviationautocompletereact/lists"}