Dropdown select with typed options and placeholder support.
<script>
import { SelectInput } from "jatui"
</script>
<SelectInput />| 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 |