--- title: Select sidebar_label: Select --- import { StoryWithControls } from '../../../src/components/StorybookWrapper'; # Select A versatile select component supporting single and multi-select modes, search filtering, option creation, and both synchronous and asynchronous data sources. ## Live Example ## Try It Edit the code below to experiment with the component: ```tsx live function Demo() { return (
); } ``` ## Allow New Options ```tsx live function AllowNewDemo() { return (
); } ``` ## One Line Mode ```tsx live function OneLineDemo() { return (