{"id":22862520,"url":"https://github.com/tomi77/backbone-forms-bootstrap-typeahead","last_synced_at":"2026-05-05T12:33:05.415Z","repository":{"id":139070114,"uuid":"117510529","full_name":"tomi77/backbone-forms-bootstrap-typeahead","owner":"tomi77","description":"Backbone-Forms Bootstrap TypeAhead editor","archived":false,"fork":false,"pushed_at":"2018-01-15T14:53:41.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T08:41:15.201Z","etag":null,"topics":["backbone-forms","bootstrap","typeahead"],"latest_commit_sha":null,"homepage":"https://tomi77.github.io/backbone-forms-bootstrap-typeahead/","language":"CoffeeScript","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/tomi77.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-01-15T07:15:10.000Z","updated_at":"2018-01-15T14:47:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d634193-8826-429f-8afe-f640e24b5168","html_url":"https://github.com/tomi77/backbone-forms-bootstrap-typeahead","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomi77/backbone-forms-bootstrap-typeahead","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fbackbone-forms-bootstrap-typeahead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fbackbone-forms-bootstrap-typeahead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fbackbone-forms-bootstrap-typeahead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fbackbone-forms-bootstrap-typeahead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomi77","download_url":"https://codeload.github.com/tomi77/backbone-forms-bootstrap-typeahead/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fbackbone-forms-bootstrap-typeahead/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["backbone-forms","bootstrap","typeahead"],"created_at":"2024-12-13T10:13:49.077Z","updated_at":"2026-05-05T12:33:05.389Z","avatar_url":"https://github.com/tomi77.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backbone-Forms Bootstrap TypeAhead editor\n\n[![Build Status](https://travis-ci.org/tomi77/backbone-forms-bootstrap-typeahead.svg?branch=master)](https://travis-ci.org/tomi77/backbone-forms-bootstrap-typeahead)\n[![Code Climate](https://codeclimate.com/github/tomi77/backbone-forms-bootstrap-typeahead/badges/gpa.svg)](https://codeclimate.com/github/tomi77/backbone-forms-bootstrap-typeahead)\n[![dependencies Status](https://david-dm.org/tomi77/backbone-forms-bootstrap-typeahead/status.svg)](https://david-dm.org/tomi77/backbone-forms-bootstrap-typeahead)\n[![devDependencies Status](https://david-dm.org/tomi77/backbone-forms-bootstrap-typeahead/dev-status.svg)](https://david-dm.org/tomi77/backbone-forms-bootstrap-typeahead#type=dev)\n[![peedDependencies Status](https://david-dm.org/tomi77/backbone-forms-bootstrap-typeahead/peer-status.svg)](https://david-dm.org/tomi77/backbone-forms-bootstrap-typeahead#type=peer)\n\n## Installation\n\n~~~bash\nbower install backbone-forms-bootstrap-typeahead\n~~~\n\nor\n\n~~~bash\nnpm install backbone-forms backbone-forms-bootstrap-typeahead\n~~~\n\n## Usage\n\n~~~js\nvar states = ['Alabama', 'Alaska', 'Arizona', 'Arkansas', 'California',\n    'Colorado', 'Connecticut', 'Delaware', 'Florida', 'Georgia', 'Hawaii',\n    'Idaho', 'Illinois', 'Indiana', 'Iowa', 'Kansas', 'Kentucky', 'Louisiana',\n    'Maine', 'Maryland', 'Massachusetts', 'Michigan', 'Minnesota',\n    'Mississippi', 'Missouri', 'Montana', 'Nebraska', 'Nevada', 'New Hampshire',\n    'New Jersey', 'New Mexico', 'New York', 'North Carolina', 'North Dakota',\n    'Ohio', 'Oklahoma', 'Oregon', 'Pennsylvania', 'Rhode Island',\n    'South Carolina', 'South Dakota', 'Tennessee', 'Texas', 'Utah', 'Vermont',\n    'Virginia', 'Washington', 'West Virginia', 'Wisconsin', 'Wyoming'\n];\n\nvar Model = Backbone.Model.extend({\n    schema: {\n        name: {\n            type: 'bootstrap.typeahead',\n            title: 'Name',\n            options: states\n        }\n    }\n});\nvar model = new Model();\nvar form = new Backbone.Form({\n    model: model\n});\n$('#form').html(form.render().$el);\n~~~\n\n## Demo\n\nhttp://tomi77.github.io/backbone-forms-bootstrap-typeahead/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomi77%2Fbackbone-forms-bootstrap-typeahead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomi77%2Fbackbone-forms-bootstrap-typeahead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomi77%2Fbackbone-forms-bootstrap-typeahead/lists"}