Select
Feature-rich dropdown select with search filtering, keyboard navigation, multi-select, creatable options, and paste support. Uses Fuse.js for fuzzy search. Renders via ConnectedOverlay (Floating UI).
Import
import { Select, SelectOption } from 'reablocks';
Select Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | string[] | — | Selected value(s) |
onChange | (value) => void | — | Value change handler |
[Description truncada. Veja o README completo no GitHub.]