Ecme logoEcme logo
Dashboard
    Ecommerce
    Project
    Marketing
    Analytic
Network
    BGP
      Peer
      RTBH
DPI
    Overview
    Traffic Logs
    Analysis
      IP Analysis
      Domain Check
      nav.dpi.analysis.unmapped-asns
    Threats
      Blacklists
      nav.dpi.threats.feeds
    Configuration
      Senders
      Ignored Domains
Concepts
    AI
      Chat
      Image
    Projects
      Scrum Board
      List
      Details
      Tasks
      Issue
    Customer
      List
      Edit
      Create
      Details
    Products
      List
      Edit
      Create
    Orders
      List
      Edit
      Create
      Details
    Account
      Settings
      Activity log
      Roles & Permissions
      Pricing
    Help Center
      Support Hub
      Article
      Edit Article
      Manage Article
    Calendar
    File Manager
    Mail
    Chat
UI Components
    Common
      Button
      Grid
      Typography
      Icons
    Feedback
      Alert
      Dialog
      Drawer
      Progress
      Skeleton
      Spinner
      Toast
    Data Display
      Avatar
      Badge
      Calendar
      Cards
      Carousel
      Table
      Tag
      Timeline
      Tooltip
    Forms
      Checkbox
      Date Picker
      Form Control
      Input
      Input Group
      Radio
      Segment
      Select
      Slider
      Switcher
      Time Input
      Upload
    Navigation
      Dropdown
      Menu
      Pagination
      Steps
      Tabs
    Graph
      Charts
      Maps
Authentication
    Sign In
      Simple
      Side
      Split
    Sign Up
      Simple
      Side
      Split
    Forgot Password
      Simple
      Side
      Split
    Reset Password
      Simple
      Side
      Split
    Otp Verification
      Simple
      Side
      Split
Others
    Access Denied
    Landing
Guide
    Documentation
    Shared Component
    Utilities
    Changelog
Copyright © 2026 Ecme All rights reserved.
Term & Conditions | Privacy & Policy

Select

Select allows a user to pick single or multiple options from a list. This component is a wrapper of react-select.

Basic

Basic Usage.
Please Select

Size

There's three sizes of option for Select.
Please Select
Please Select
Please Select

Multi Selection

By setting isMulti to true, we can select multiple options from the list.
Purple
Red

Disabled

Example of disabled.
Certain options disabled
Purple
Purple
Red

Disabled Search

Select is searchable by default, but we can also turn it off by setting isSearchable to false.
Please Select

Group

Options can be grouped with nested data.
Blue

Custom

React-select allow us to make customization the building block of the component, refer here for more detail infomation
United State
China
Japan

Async on Search

Use the Async component to load options from a remote source as the user types.
Select...

Load Options on Expand

We can also load options upon clicking the Select.
Select...

Creatable

Example of creating new option via Select input.
Type something...

API

Select
PropDescriptionTypeDefault
componentAsReceive extensive component from react-select, such as Async & CreatableReactNodeReactSelect
sizeSelect size'lg' | 'md' | 'sm''md'

Dependencies

React Select

Select is a wrapper component of react-select.

All react-select props can be applied on this component, refer official docs for the complete api list.

TABLE OF CONTENT
  • Basic
  • Size
  • Multi Selection
  • Disabled
  • Disabled Search
  • Group
  • Custom
  • Async on Search
  • Load Options on Expand
  • Creatable