Wagtail client-side components
Preparing search index...
components/Widget
BoundSelect
Class BoundSelect
Hierarchy (
View Summary
)
BoundWidget
BoundSelect
Index
Constructors
constructor
Properties
id
For
Label
input
parent
Capabilities
Methods
focus
get
State
get
Text
Label
get
Value
get
Value
For
Label
set
Capability
Options
set
Invalid
set
State
Constructors
constructor
new
BoundSelect
(
elementOrNodeList
:
any
,
name
:
any
,
parentCapabilities
:
any
,
)
:
BoundSelect
Parameters
elementOrNodeList
:
any
name
:
any
parentCapabilities
:
any
Returns
BoundSelect
Properties
id
For
Label
idForLabel
:
any
input
input
:
any
parent
Capabilities
parentCapabilities
:
any
Methods
focus
focus
()
:
void
Returns
void
get
State
getState
()
:
any
[]
Returns
any
[]
get
Text
Label
getTextLabel
(
opts
:
any
)
:
string
|
null
Parameters
opts
:
any
Returns
string
|
null
get
Value
getValue
()
:
any
Returns
any
get
Value
For
Label
getValueForLabel
()
:
string
Returns
string
set
Capability
Options
setCapabilityOptions
(
capability
:
any
,
options
:
any
)
:
void
Parameters
capability
:
any
options
:
any
Returns
void
set
Invalid
setInvalid
(
invalid
:
any
)
:
void
Parameters
invalid
:
any
Returns
void
set
State
setState
(
state
:
any
)
:
void
Parameters
state
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
For
Label
input
parent
Capabilities
Methods
focus
get
State
get
Text
Label
get
Value
get
Value
For
Label
set
Capability
Options
set
Invalid
set
State
Wagtail client-side components
Loading...