SearchableSelectPreactProps interface presentation exported
Last updated: 2026-03-04T23:21:38.427Z
Metrics
LOC: 9
Complexity: 1
Params: 0
Signature
interface SearchableSelectPreactProps
Source Code
export interface SearchableSelectPreactProps {
entries: SelectEntry[];
value?: string;
onChange?: (value: string, label: string) => void;
placeholder?: string;
className?: string;
disabled?: boolean;
id?: string;
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| SelectEntry | uses |
| SelectOption | uses |
| SelectOptionGroup | uses |
| flattenEntries | calls |
| findLabel | calls |
No incoming dependencies.