{"id":26722934,"url":"https://github.com/useallfive/type-ahead","last_synced_at":"2025-03-27T20:38:21.784Z","repository":{"id":10022033,"uuid":"12061911","full_name":"UseAllFive/type-ahead","owner":"UseAllFive","description":"A very barebones, entirely javascript autocomplete. Doesn't require jQuery.","archived":false,"fork":false,"pushed_at":"2013-08-17T00:31:45.000Z","size":296,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-12-20T07:07:38.462Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UseAllFive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-12T17:28:52.000Z","updated_at":"2024-11-10T02:37:45.000Z","dependencies_parsed_at":"2022-08-28T13:51:26.737Z","dependency_job_id":null,"html_url":"https://github.com/UseAllFive/type-ahead","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/UseAllFive%2Ftype-ahead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Ftype-ahead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Ftype-ahead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Ftype-ahead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UseAllFive","download_url":"https://codeload.github.com/UseAllFive/type-ahead/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245923364,"owners_count":20694713,"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":"2025-03-27T20:38:20.962Z","updated_at":"2025-03-27T20:38:21.757Z","avatar_url":"https://github.com/UseAllFive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Type Ahead\n=============\n\nA very barebones, entirely javascript type ahead/auto-completer. Doesn't require jQuery.\n\nYou simply pass it a hidden field and an array. Add your own styles.\n\nDemo: http://useallfive.github.io/type-ahead/demo/typeahead-usage.html\n\n### Usage:\n```HTML\n\u003cinput id=\"test\" type=\"hidden\" /\u003e\n\n\u003cscript src=\"ua5.typeahead.js\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n  var data = [\n    {'name': 'dog', 'value':1},\n    {'name': 'cat', 'value':2},\n    {'name': 'cats', 'value':3}\n  ];\n  var opts = {\n    //-- Prefix is a string added before\n    //   all of the css selectors added to elements:\n    'prefix': 'ua5_typeahead_',\n    //-- HTML5 Placeholder text that shows up in the input\n    'placeholder': 'Search Array',\n    //-- Set to false by default. If true searching\n    //   for 'cat' will not return 'Cat'\n    'match_case': false\n  }\n  var t = TypeAhead(document.getElementById('test'), data, opts);\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseallfive%2Ftype-ahead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuseallfive%2Ftype-ahead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseallfive%2Ftype-ahead/lists"}