SearchcraftInputFormProps
The props for the SearchcraftInputForm.
Extends
SearchcraftInputForm
Properties
autoSearch
autoSearch:
boolean
Whether or not to automatically submit the search term when the input changes.
Inherited from
Components.SearchcraftInputForm.autoSearch
buttonLabel?
optionalbuttonLabel:string
The label for the submit button.
Inherited from
Components.SearchcraftInputForm.buttonLabel
buttonPlacement
buttonPlacement:
"none"|"left"|"right"
Where to place the search button.
Inherited from
Components.SearchcraftInputForm.buttonPlacement
core?
optionalcore:SearchcraftCore
Inherited from
Components.SearchcraftInputForm.core
customStyles
customStyles:
string|Record<string,string>
A custom styles object to be applied to the input element.
Inherited from
Components.SearchcraftInputForm.customStyles
inputLabel?
optionalinputLabel:string
The label rendered above the input.
Inherited from
Components.SearchcraftInputForm.inputLabel
placeholderValue
placeholderValue:
string
The input element’s placeholder value.
Inherited from
Components.SearchcraftInputForm.placeholderValue