Interface TypeaheadOptions

Index

Properties

Properties

optional public highlighter?: (item: any) => string

optional public items?: number

optional public matcher?: (item: any) => boolean

optional public minLength?: number

optional public sorter?: (items: any[]) => any[]

optional public source?: any

optional public updater?: (item: any) => any