Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AutocompleteFilterOptions

Index

Properties

ignoreAccents?: boolean

Defaults to true. Remove diacritics.

ignoreCase?: boolean

Defaults to true. Lowercase everything.

limit?: number

Default to null. Limit the number of suggested options to be shown. For example, if config.limit is 100, only the first 100 matching options are shown. It can be useful if a lot of options match and virtualization wasn't set up.

matchFrom?: "any" | "start"

Defaults to 'any'

stringify?: string[]

Controls how an option is converted into a string so that it can be matched against the input text fragment. Accepts an array of strings that is the path to the key in the AutocompleteOption to be used.

trim?: boolean

Defaults to false. Remove trailing spaces.

Generated using TypeDoc