prop name | isRequired | type |
---|---|---|
Reset | func |
|
async | bool |
|
className | string |
|
debounce | number |
|
disabled | bool |
|
fuzzyOptions | shape[object Object] |
|
list | array |
|
multiSelect | bool |
|
name | ✔️ | string |
onBlur | func |
|
onChange | func |
|
onFocus | func |
|
onSelect | ✔️ | func |
placeholder | string |
|
resultsTemplate | func |
|
showInitialResults | bool |
|
showTagRemove | bool |
|
tags | ||
valueKey | string |
|
width | number |
type: func
type: bool
defaultValue: false
type: string
type: number
defaultValue: 250
type: bool
defaultValue: false
type: shape[object Object]
defaultValue: { caseSensitive: false, shouldSort: true, sortFn (a, b) { return a.score - b.score; }, threshold: 0.6, tokenize: false, verbose: false, distance: 100, include: [], location: 0 }
type: array
type: bool
defaultValue: false
type: string
type: func
type: func
type: func
type: func
type: string
defaultValue: 'Search'
type: func
defaultValue: Suggestions.defaultResultsTemplate
type: bool
defaultValue: false
type: bool
defaultValue: true
defaultValue: false
type: string
defaultValue: 'title'
type: number
defaultValue: 430