UI Library

SearchInput

Default

value: —

Props

PropTypeDefaultNotes
valuestringBindable search text.
ariaLabelstringRequired accessible name.
placeholderstring'Search...'Native placeholder.
size'sm' | 'md' | 'lg''sm'Input and icon scale.
wrapperClassstring''Extra classes for the outer wrapper.
inputClassstringbuilt-inReplaces the default input classes.
inputRefHTMLInputElement | nullnullBindable native input.
oninput(event: Event) => voidInput callback.
onkeydown(event: KeyboardEvent) => voidKeydown callback; Escape clears in this demo.