← All Components
SelectInput
Form Inputs
Dropdown select with typed options and placeholder support.
Live Demo
Usage
<script>
import { SelectInput } from "jatui"
</script>
<SelectInput />Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Field label |
value | string | "" | Selected value (bindable) |
options | SelectOption[] | [] | Options array |
placeholder | string | - | Placeholder text |
error | string | - | Error message |