Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/InputList
InputListProps
Interface InputListProps
interface
InputListProps
{
additionalData
?:
any
;
altValue
?:
string
;
capitalize
?:
boolean
;
createEditableInput
:
(
setting
:
SettingData
,
customProps
?:
any
,
children
?:
Element
[]
,
)
=>
Element
;
disableButton
?:
boolean
;
disabled
:
boolean
;
labelAndDescription
?:
(
setting
:
SettingData
)
=>
Element
[]
;
onChange
?:
(
value
:
any
)
=>
object
;
onEmpty
?:
string
;
onSubmit
?:
any
;
readOnly
?:
boolean
;
setting
:
SettingData
|
CustomListsSetting
;
title
?:
string
;
value
:
(
string
|
object
|
Element
)
[]
;
}
Index
Properties
additional
Data?
alt
Value?
capitalize?
create
Editable
Input
disable
Button?
disabled
label
And
Description?
on
Change?
on
Empty?
on
Submit?
read
Only?
setting
title?
value
Properties
Optional
additional
Data
additionalData
?:
any
Optional
alt
Value
altValue
?:
string
Optional
capitalize
capitalize
?:
boolean
create
Editable
Input
createEditableInput
:
(
setting
:
SettingData
,
customProps
?:
any
,
children
?:
Element
[]
,
)
=>
Element
Optional
disable
Button
disableButton
?:
boolean
disabled
disabled
:
boolean
Optional
label
And
Description
labelAndDescription
?:
(
setting
:
SettingData
)
=>
Element
[]
Optional
on
Change
onChange
?:
(
value
:
any
)
=>
object
Optional
on
Empty
onEmpty
?:
string
Optional
on
Submit
onSubmit
?:
any
Optional
read
Only
readOnly
?:
boolean
setting
setting
:
SettingData
|
CustomListsSetting
Optional
title
title
?:
string
value
value
:
(
string
|
object
|
Element
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Data
alt
Value
capitalize
create
Editable
Input
disable
Button
disabled
label
And
Description
on
Change
on
Empty
on
Submit
read
Only
setting
title
value
@thepalaceproject/circulation-admin
Loading...