# Debounced Search

A `type: "search"` input with a leading search icon and clear button. Keystrokes are debounced by 300ms via `onChange` before filtering a fruit list, and clicking a result writes it back with `setValue`.
