Form
ComponentSelect
Native option selection dropdowns supporting option arrays, key value maps, custom slots, and field validation.
Component Syntax
blade
<x-aura::select wire:model="selected" label="Country" :options="['us' => 'United States', 'ca' => 'Canada']" />
1. Key Value Array Options
blade
Select the data center closest to your main user base.
2. Size Variations
blade
3. Custom Slot Options and Placeholder
blade
4. Required Field State
blade
Currency cannot be changed once transactions have occurred.
Component Props
Available properties and configurations for the select dropdown component.