autoComplete
autoComplete: TextFieldProps
getValue
getValue: () => string
mode
mode:
| "search"
| "text"
| "email"
| "tel"
| "url"
| "none"
| "numeric"
| "decimal"
onTextChange
onTextChange: (value: string) => void
pattern
pattern: undefined | string
Optionalplaceholder
placeholder?: string
type
type:
| "number"
| "search"
| "text"
| "date"
| "email"
| "tel"
| "time"
| "url"
| "week"
Represents the properties for the SearchInput component.