Skip to content

Combobox

Overview

The ComboBox component is a UI component that provides functionality to select desired items from a dropdown list. Users can directly select items from the list or use filtering features to quickly find the items they want.

Key Features

1. Custom Renderer

You can render suggestion lists in any desired form. Items can be expressed by freely combining text, images, buttons, etc.

View Related Items

2. Single/Multiple Selection

Provides functionality to allow users to select either a single item or multiple items simultaneously.

View Related Items

3. Search and List Filtering

Automatically filters the list by applying a user-defined filter function based on the value entered by the user. This allows only relevant items to be displayed, enabling quick access to accurate search results.

View Related Items

4. Suggestion List Container Control

Provides automatic and manual closing functionality for the suggestion list container, allowing users to conveniently manage suggestion lists.

View Related Items

Released under the MIT License.