Properties
Optional autofocus
autofocus?: string | boolean
Optional autofocusList
autofocusList?: string | boolean
Optional blur
blur?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional caseSensitiveIcon
caseSensitiveIcon?: string | boolean
Optional change
change?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional children
children?: ReactNode
Optional className
className?: string
Optional closed
closed?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional closing
closing?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional data
data?: any[]
Optional defaultValue
defaultValue?: any
Optional disableFiltering
disableFiltering?: string | boolean
Optional disabled
disabled?: string | boolean
Optional displayKey
displayKey?: string
Optional filteringOptions
Optional focus
focus?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional groupHeaderTemplate
groupHeaderTemplate?: FunctionComponent<{
dataContext: any;
}> | Component<{
dataContext: any;
}, {}, any>
Optional groupKey
groupKey?: string
Optional groupSorting
Optional id
id?: string
Optional invalid
invalid?: string | boolean
Optional itemTemplate
itemTemplate?: FunctionComponent<{
dataContext: any;
}> | Component<{
dataContext: any;
}, {}, any>
Optional label
label?: string
Optional name
name?: string
Optional open
open?: string | boolean
Optional opened
opened?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional opening
opening?: ((s, e) => void)
Type declaration
- (s, e): void
Parameters
Returns void
Optional outlined
outlined?: string | boolean
Optional placeholder
placeholder?: string
Optional placeholderSearch
placeholderSearch?: string
Optional required
required?: string | boolean
Optional singleSelect
singleSelect?: string | boolean
Optional style
style?: CSSProperties
Optional value
value?: any[]
Optional valueKey
valueKey?: string
The autofocus attribute of the control.