This web component provides a user-friendly interface for querying an indexed dataset, enabling users to easily search large collections of data.
It abstracts the complexities of index-based searching, making it accessible to users of all technical levels.
Whether or not to automatically submit the search term when the input changes.
boolean | undefined
true
buttonLabel
button-label
The label for the submit button.
string | undefined
undefined
buttonPlacement
button-placement
Where to place the search button.
"left" | "none" | "right" | undefined
'none'
inputLabel
input-label
The label rendered above the input.
string | undefined
undefined
placeholderBehavior
placeholder-behavior
The placeholder’s render behavior. ‘hide-on-focus’ - Hide the placeholder text immediately when the input form gains focus. ‘hide-on-text-entered’ - Only hide the placeholder when the input form has text entered into it.