Skip to main content
The SearchInput component renders an input field that enables users to search. The component doesn’t provide search functionality out of the box, but includes props for managing input state and validation.
ui-extension-components-date-input

Props

Validation messages

Using the validationMessage and getValidationMessage props, you can implement validation into the search input. By default, validationMessage will render as a green success message. When the error prop is true, the message will render as red and the search input will include a red border.
SearchInput validation messages and
errors

Table search example

The example below creates a searchable table.
Using a SearchInput component to search through table
data
Last modified on March 29, 2026