@fdefelici/react-bootstrap-combobox

1.13.0 • Public • Published

react-bootstrap-combobox · NPM version Build Status codecov CodeSandBox

Combobox Components for React based on Bootstrap which offer the following features:

  • Single Selection
  • Multiple Selection
  • Selection Handling
  • Search through items
  • Scrollbar Control
  • Localization
  • Item customization
  • Icon customization
  • Search Autocompletition
  • Async data loading
  • Customizable Callbacks
  • Enable/Disable behaviour

This library comes with two flavour widgets:

  • Select: smart single/multi selection component
  • Autocomplete: autocompletion component with single selection

Select showcase Select ShowCase

Autocomplete showcase Autocomplete ShowCase

Constraints

The 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:

  • react >= 15.0.0
  • bootstrap >= 3.3.0 and < 4.0.0

Making the library compliant with Bootstrap 4.x is planned. Check-out the milestone.

Installation

Import the npm library as usual:

$ npm install @fdefelici/react-bootstrap-combobox@1.13.0 --save

Usage

Detailed docs, on how to use, configure and tweek the components,can be found here:

Examples

For a full working example take a look at the example project or see the widgets in action at the live demo.

Browsers Compatibility

This component has been tested against the following browsers:

  • Chrome 76+
  • Firefox 68+
  • Internet Explorer Edge

How to Contribute

If you want to contribute to the project, please follow the guidelines.

Package Sidebar

Install

npm i @fdefelici/react-bootstrap-combobox

Weekly Downloads

3

Version

1.13.0

License

MIT

Unpacked Size

498 kB

Total Files

7

Last publish

Collaborators

  • fdefelici
  • sickk