Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Flow Chart
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Scheduler
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Time Duration
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Modal
Notification
Toast
Charts
Bar Chart
Donut Chart
Gauge Chart
Hierarchy Chart
Line Chart

Select Box

import { AXSelectBoxModule } from '@acorex/components/select-box'; Select Box component enhances user interaction with dynamic and versatile selection capabilities. With support for multiple selections, read-only and disabled modes, as well as customizable features like a placeholder, item templates, loading templates, and empty state templates.

Overview

In this section, you can test different options of this component and see the output in real time
USA
Australia
Solid
  • Selected Items: [01, 02]

Usage

A simple example of using select-box
Preview
Code

Multiple Selection

You can change selection mode with multiple
Preview
Code

Custom Item Template

You can customize the appearance of each item in the list with itemTemplate . This flexibility allows for the integration of custom content, meeting specific design or functional requirements.
Preview
Code

Custom Loading Template

You have the ability to create a personalized loading template with loadingTemplate, giving you the freedom to design a custom visual experience.
Preview
Code

Custom Empty Template

You have the flexibility to design a personalized empty template with emptyTemplate, allowing you to create a custom visual representation for scenarios where no items are present
Preview
Code

Api Call

this is how call api and use the result in select box
Preview
Code

Copyright ©2017-2025 ACoreX Labs Inc.

On this page