{"id":18863023,"url":"https://github.com/fdefelici/react-bootstrap-combobox","last_synced_at":"2025-04-14T13:06:35.518Z","repository":{"id":35094265,"uuid":"205381223","full_name":"fdefelici/react-bootstrap-combobox","owner":"fdefelici","description":"ComboBox Component for React based on Bootstrap","archived":false,"fork":false,"pushed_at":"2022-12-11T05:33:02.000Z","size":1770,"stargazers_count":4,"open_issues_count":24,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T02:11:12.347Z","etag":null,"topics":["bootstrap","combo","combobox","dropdown","multi-select","react","select"],"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/fdefelici.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-30T12:49:11.000Z","updated_at":"2023-01-09T13:09:49.000Z","dependencies_parsed_at":"2023-01-15T13:42:40.633Z","dependency_job_id":null,"html_url":"https://github.com/fdefelici/react-bootstrap-combobox","commit_stats":null,"previous_names":["fdefelici/re-boot-select"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdefelici%2Freact-bootstrap-combobox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdefelici%2Freact-bootstrap-combobox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdefelici%2Freact-bootstrap-combobox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdefelici%2Freact-bootstrap-combobox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdefelici","download_url":"https://codeload.github.com/fdefelici/react-bootstrap-combobox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886314,"owners_count":21177643,"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":["bootstrap","combo","combobox","dropdown","multi-select","react","select"],"created_at":"2024-11-08T04:36:28.121Z","updated_at":"2025-04-14T13:06:35.245Z","avatar_url":"https://github.com/fdefelici.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-bootstrap-combobox \u0026middot; [![NPM version](https://img.shields.io/badge/npm-v1.13.0-blue)](https://www.npmjs.com/package/@fdefelici/react-bootstrap-combobox) [![Build Status](https://travis-ci.org/fdefelici/react-bootstrap-combobox.svg?branch=v1.13.0)](https://travis-ci.org/fdefelici/react-bootstrap-combobox) [![codecov](https://codecov.io/gh/fdefelici/react-bootstrap-combobox/branch/v1.13.0/graph/badge.svg)](https://codecov.io/gh/fdefelici/react-bootstrap-combobox) [![CodeSandBox](https://img.shields.io/badge/demo-live-blueviolet)](https://codesandbox.io/s/github/fdefelici/react-bootstrap-combobox/tree/v1.13.0/example?fontsize=14)\n\nCombobox Components for React based on Bootstrap which offer the following features:\n\n\u003ctable\u003e\u003ctr\u003e\n\u003ctd\u003e\n\u003cul\u003e\n\u003cli\u003eSingle Selection\u003c/li\u003e\n\u003cli\u003eMultiple Selection\u003c/li\u003e\n\u003cli\u003eSelection Handling\u003c/li\u003e\n\u003cli\u003eSearch through items\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/td\u003e\n\u003ctd\u003e\n\u003cul\u003e\n\u003cli\u003eScrollbar Control\u003c/li\u003e\n\u003cli\u003eLocalization\u003c/li\u003e\n\u003cli\u003eItem customization\u003c/li\u003e\n\u003cli\u003eIcon customization\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/td\u003e\n\u003ctd\u003e\n\u003cul\u003e\n\u003cli\u003eSearch Autocompletition\u003c/li\u003e\n\u003cli\u003eAsync data loading\u003c/li\u003e\n\u003cli\u003eCustomizable Callbacks\u003c/li\u003e\n\u003cli\u003eEnable/Disable behaviour\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\u003c/table\u003e\n\nThis library comes with two flavour widgets: \n* **Select**: smart single/multi selection component\n* **Autocomplete**: autocompletion component with single selection\n\n\u003cb\u003eSelect showcase\u003c/b\u003e\n![Select ShowCase](example/src/images/showcase_select.png)\n\n\u003cb\u003eAutocomplete showcase\u003c/b\u003e\n![Autocomplete ShowCase](example/src/images/showcase_autocomplete.png)\n\n# Constraints\nThe library is based on React and Bootstrap (only css part), so in your project you must have these dependencies. It's suggested to adopt the following versions:\n* react \u003e= 15.0.0\n* bootstrap \u003e= 3.3.0 and \u003c 4.0.0\n\n\u003e Making the library compliant with Bootstrap 4.x is planned. Check-out the [milestone](https://github.com/fdefelici/react-bootstrap-combobox/milestone/11).\n\n# Installation\nImport the npm library as usual:\n```shell\n$ npm install @fdefelici/react-bootstrap-combobox@1.13.0 --save\n```\n\n# Usage\nDetailed docs, on how to use, configure and tweek the components,can be found here:\n* Select widget [guide](README_Select.md).\n* Autocomplete widget [guide](README_Autocomplete.md)\n\n# Examples\nFor a full working example take a look at the [example project](example/) or see the widgets in action at the [live demo](https://codesandbox.io/s/github/fdefelici/react-bootstrap-combobox/tree/v1.13.0/example?fontsize=14).\n\n\n# Browsers Compatibility\nThis component has been tested against the following browsers:\n* Chrome  76+\n* Firefox 68+\n* Internet Explorer Edge \n\n# How to Contribute\nIf you want to contribute to the project, please follow the [guidelines](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdefelici%2Freact-bootstrap-combobox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdefelici%2Freact-bootstrap-combobox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdefelici%2Freact-bootstrap-combobox/lists"}