पेज · Laravilt
Select
Dropdown selection with search and relationships
Dropdown selection with search, multiple selection, and relationship support.
Vue Component
Uses Select from shadcn/ui (Radix Vue based).
vue
Basic Usage
php
Searchable
php
Multiple Selection
php
Relationship Loading
php
Create Option Inline
php
Dependent Selects
php
API Reference
| Method | Description |
|---|---|
options() | Set options array |
searchable() | Enable search |
multiple() | Allow multiple |
relationship() | Load from relation |
preload() | Preload options |
native() | Use native select |
dependsOn() | Field dependency |
Related
- Radio - Radio buttons
- CheckboxList - Multiple checkboxes