Form

Component

Combobox

Searchable select dropdown controls with live query filtering, keyboard accessibility, and direct inline options data.

Component Syntax

blade
<x-aura::combobox wire:model="framework" label="Framework" :options="['laravel' => 'Laravel', 'vue' => 'Vue.js']" />

1. Searchable Country Selection

blade

2. Tech Stack Selector with Livewire Model

blade

3. Timezone Selector

blade

Component Props

Available properties and configurations for the combobox component.

Prop Default Available Values

options

[]

Associative array or items array

label

null

Label string

placeholder

Select option...

Placeholder string