Hierarchy

Properties

disableAutofill?: boolean

Specifies whether the input element should be pre-populared if "query" parameter exists on the URL.

Default Value

false

searchDebounceValue?: number

Specifies the debounce value between fetching data and keypress (ms)

Default Value

250 For more information, see Components.

shadowDom?: boolean

Specifies whether the component should be rendered in the Shadow DOM. This is highly recommended to avoid CSS conflicts.

Default Value

true

strings?: {
    placeholder?: string | string[];
}

Type declaration

  • Optional placeholder?: string | string[]
template?: string

Specifies a custom template to be used instead of the default template.

For more information, see Components.