2.6.0 • Published 10 months ago

@igloo-ui/combobox v2.6.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Combobox

A combobox has all the features a select does as well as filtering and clearing results.

Installation

To install @igloo-ui/combobox in your project, you will need to run the following command using npm:

npm install @igloo-ui/combobox

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/combobox

Usage

Then to use the component in your code just import it!

import Combobox from '@igloo-ui/combobox';

const optionList = [
  {
    label: 'Text 1',
    value: '1',
  },
  {
    label: 'Text 2 (disabled)',
    value: '2',
    disabled: true,
  },
  {
    label:
      'Text 3. I will put a lot of text here to see how it behaves. Hopefully it looks good!',
    value: '3',
    color: '#74DCC9',
  },
];

<Combobox options={optionList} search clear clearTooltipText="Remove Mapping">
  Place holder text
</Combobox>;
2.6.0

10 months ago

2.5.1

10 months ago

2.4.1

1 year ago

2.4.0

1 year ago

2.4.2

11 months ago

2.5.0

11 months ago

2.3.8

1 year ago

2.3.7

1 year ago

2.3.6

1 year ago

2.3.5

1 year ago

2.3.4

1 year ago

2.3.3

1 year ago

2.3.2

1 year ago

2.3.0

1 year ago

2.3.1

1 year ago

2.2.7

1 year ago

2.2.8

1 year ago

2.2.6

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

2.0.3

2 years ago

2.1.1

2 years ago

2.0.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.1.7

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago