ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
components/ui/react-select
ReactSelectProps
Interface ReactSelectProps
interface
ReactSelectProps
{
options
:
SelectOption
[]
;
value
?:
SelectOption
|
SelectOption
[]
|
null
;
defaultValue
?:
SelectOption
|
SelectOption
[]
|
null
;
onChange
?:
(
value
:
SelectOption
|
SelectOption
[]
|
null
)
=>
void
;
placeholder
?:
string
;
isMulti
?:
boolean
;
isClearable
?:
boolean
;
isSearchable
?:
boolean
;
isDisabled
?:
boolean
;
isLoading
?:
boolean
;
className
?:
string
;
classNamePrefix
?:
string
;
name
?:
string
;
id
?:
string
;
error
?:
boolean
;
size
?:
"lg"
|
"md"
|
"sm"
;
noOptionsMessage
?:
string
;
loadingMessage
?:
string
;
}
Index
Properties
options
value?
default
Value?
on
Change?
placeholder?
is
Multi?
is
Clearable?
is
Searchable?
is
Disabled?
is
Loading?
class
Name?
class
Name
Prefix?
name?
id?
error?
size?
no
Options
Message?
loading
Message?
Properties
options
options
:
SelectOption
[]
Optional
value
value
?:
SelectOption
|
SelectOption
[]
|
null
Optional
default
Value
defaultValue
?:
SelectOption
|
SelectOption
[]
|
null
Optional
on
Change
onChange
?:
(
value
:
SelectOption
|
SelectOption
[]
|
null
)
=>
void
Optional
placeholder
placeholder
?:
string
Optional
is
Multi
isMulti
?:
boolean
Optional
is
Clearable
isClearable
?:
boolean
Optional
is
Searchable
isSearchable
?:
boolean
Optional
is
Disabled
isDisabled
?:
boolean
Optional
is
Loading
isLoading
?:
boolean
Optional
class
Name
className
?:
string
Optional
class
Name
Prefix
classNamePrefix
?:
string
Optional
name
name
?:
string
Optional
id
id
?:
string
Optional
error
error
?:
boolean
Optional
size
size
?:
"lg"
|
"md"
|
"sm"
Optional
no
Options
Message
noOptionsMessage
?:
string
Optional
loading
Message
loadingMessage
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
options
value
default
Value
on
Change
placeholder
is
Multi
is
Clearable
is
Searchable
is
Disabled
is
Loading
class
Name
class
Name
Prefix
name
id
error
size
no
Options
Message
loading
Message
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...