Controlled value
With hint
Search by name or song title.
Clearable
Error
Use at least two characters.
Required
Disabled
API
| Prop | Required | Type | Default | Description |
|---|---|---|---|---|
| theme | Optional | SiteTheme | atelier | Visual theme. |
| clearable | Optional | boolean | true | Shows clear button when value is non-empty. |
| onClear | Optional | () => void | — | Called when clear is pressed. |
| label / hint / error | Optional | string | — | Field shell props. |
| value / onChange | Optional | native input | — | Standard controlled search wiring. |