Hierarchy

Properties

searchDebounceValue?: number

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

Default Value

350 For more information, see Components.

searchMinCharacterCount?: number

Specifies the minimum length for a query to trigger a request.

Default Value

10 For more information, see Components.

searchOnKeyPress?: boolean

Specifies if a request is triggered on keypress.

Default Value

false 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;
}

Type declaration

  • Optional placeholder?: string
template?: string

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

For more information, see Components.